summaryrefslogtreecommitdiffstats
path: root/src/intel
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2017-10-24 11:07:52 -0400
committerRob Clark <[email protected]>2017-10-24 15:33:40 -0400
commit2207af032b0b7326341e974f3b2e0b802e231fa0 (patch)
tree13d3167a5a647739910602047e6e4e024b03cc28 /src/intel
parent0ca8d53215a8e2991430dbcbc13fbaf5b442318c (diff)
meson: extract out variable for nir_algebraic.py
Also needed in freedreno/ir3. Signed-off-by: Rob Clark <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'src/intel')
-rw-r--r--src/intel/compiler/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/compiler/meson.build b/src/intel/compiler/meson.build
index e29e1d39e2a..d6fb8f4a648 100644
--- a/src/intel/compiler/meson.build
+++ b/src/intel/compiler/meson.build
@@ -122,7 +122,7 @@ brw_nir_trig = custom_target(
output : 'brw_nir_trig_workarounds.c',
command : [prog_python2, '@INPUT@', '-p',
join_paths(meson.source_root(), 'src/compiler/nir/')],
- depend_files : files('../../compiler/nir/nir_algebraic.py'),
+ depend_files : nir_algebraic_py,
capture : true,
)