summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
diff options
context:
space:
mode:
authorDylan Baker <[email protected]>2017-11-02 13:58:22 -0700
committerDylan Baker <[email protected]>2017-11-10 12:59:54 -0800
commit140b688c57f592c2a44fb86ee199b813a7f76b21 (patch)
tree7010ed9ee0669da1b3c521e3458551731b844c12 /src/gallium/auxiliary
parent7210d0096a39eeca7173914fcb531900b78446e9 (diff)
meson: add nir_builder_opcodes_h to gallium_auxiliary
This creates a dependency on this header being generated before trying to compile any of these targets, as well as passing the correct -I to the compiler to ensure it's included correctly. Signed-off-by: Dylan Baker <[email protected]> Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary')
-rw-r--r--src/gallium/auxiliary/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/meson.build b/src/gallium/auxiliary/meson.build
index 90de5ff40b0..3e623fd099f 100644
--- a/src/gallium/auxiliary/meson.build
+++ b/src/gallium/auxiliary/meson.build
@@ -489,7 +489,7 @@ u_format_table_c = custom_target(
libgallium = static_library(
'gallium',
[files_libgallium, u_indices_gen_c, u_unfilled_gen_c, u_format_table_c,
- nir_opcodes_h],
+ nir_opcodes_h, nir_builder_opcodes_h],
include_directories : [
inc_loader, inc_gallium, inc_src, inc_include, include_directories('util')
],