From 2207af032b0b7326341e974f3b2e0b802e231fa0 Mon Sep 17 00:00:00 2001 From: Rob Clark Date: Tue, 24 Oct 2017 11:07:52 -0400 Subject: meson: extract out variable for nir_algebraic.py Also needed in freedreno/ir3. Signed-off-by: Rob Clark Reviewed-by: Eric Engestrom Reviewed-by: Dylan Baker --- src/compiler/nir/meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/compiler/nir/meson.build') diff --git a/src/compiler/nir/meson.build b/src/compiler/nir/meson.build index 144cf01d2c4..cb88effa628 100644 --- a/src/compiler/nir/meson.build +++ b/src/compiler/nir/meson.build @@ -193,6 +193,8 @@ libnir = static_library( build_by_default : false, ) +nir_algebraic_py = files('nir_algebraic.py') + if with_tests nir_control_flow_test = executable( 'nir_control_flow_test', -- cgit v1.2.3