aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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')
],