[Mesa-dev] [PATCH 3/8] nir: autotools, meson: add GLSL.ext.AMD.h in the files list
Juan A. Suarez Romero
jasuarez at igalia.com
Mon Mar 19 17:49:06 UTC 2018
---
src/compiler/Makefile.sources | 1 +
src/compiler/nir/meson.build | 1 +
2 files changed, 2 insertions(+)
diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources
index 55143dbc66a..5150f56b6a9 100644
--- a/src/compiler/Makefile.sources
+++ b/src/compiler/Makefile.sources
@@ -296,6 +296,7 @@ SPIRV_GENERATED_FILES = \
spirv/vtn_gather_types.c
SPIRV_FILES = \
+ spirv/GLSL.ext.AMD.h \
spirv/GLSL.std.450.h \
spirv/nir_spirv.h \
spirv/spirv.h \
diff --git a/src/compiler/nir/meson.build b/src/compiler/nir/meson.build
index 289bb9ea782..901c458e321 100644
--- a/src/compiler/nir/meson.build
+++ b/src/compiler/nir/meson.build
@@ -184,6 +184,7 @@ files_libnir = files(
'nir_vla.h',
'nir_worklist.c',
'nir_worklist.h',
+ '../spirv/GLSL.ext.AMD.h',
'../spirv/GLSL.std.450.h',
'../spirv/nir_spirv.h',
'../spirv/spirv.h',
--
2.14.3
More information about the mesa-dev
mailing list