diff options
author | Juan A. Suarez Romero <[email protected]> | 2018-03-19 13:08:32 +0100 |
---|---|---|
committer | Juan A. Suarez Romero <[email protected]> | 2018-03-22 18:25:39 +0100 |
commit | f8b749b7c026ac86fa5b684dc8f99b4c5eeb7855 (patch) | |
tree | 5524bf46f3050a9311b64eed1dc7bbd69151b4fd /src/compiler/nir | |
parent | 724586a2665d2109a581913822f60aa768573e39 (diff) |
nir: autotools, meson: add GLSL.ext.AMD.h in the files list
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/compiler/nir')
-rw-r--r-- | src/compiler/nir/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/nir/meson.build b/src/compiler/nir/meson.build index e97ce0d1e2d..887035d7595 100644 --- a/src/compiler/nir/meson.build +++ b/src/compiler/nir/meson.build @@ -183,6 +183,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', |