summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2019-02-26 14:30:53 +0000
committerEric Engestrom <[email protected]>2019-02-27 11:13:05 +0000
commit7763e664cefd1e394101b37fbc552b50f820f44a (patch)
tree4f5fd553f382e2807033ced5f6d8c3f1010f1080 /src/gallium/drivers/swr
parentb7201a468d0c1d25161f48986e26930e8909bfa8 (diff)
meson/swr: replace hard-coded path with current_build_dir()
Fixes: 93cd9905c8fbb98985ae "swr/rast: Cleanup and generalize gen_archrast" Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Alok Hota <[email protected]> Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'src/gallium/drivers/swr')
-rw-r--r--src/gallium/drivers/swr/rasterizer/codegen/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/swr/rasterizer/codegen/meson.build b/src/gallium/drivers/swr/rasterizer/codegen/meson.build
index ca9eccd4390..2847664a530 100644
--- a/src/gallium/drivers/swr/rasterizer/codegen/meson.build
+++ b/src/gallium/drivers/swr/rasterizer/codegen/meson.build
@@ -73,7 +73,7 @@ foreach x : [['gen_ar_event.hpp', '--gen_event_hpp'],
prog_python,
'@INPUT0@',
'--proto', '@INPUT1@', '@INPUT2@',
- '--output-dir', 'src/gallium/drivers/swr/rasterizer/codegen'
+ '--output-dir', meson.current_build_dir(),
],
depend_files : files(
join_paths('templates', x[0]),