blob: f16ae57871c4d94a7adbf27b5ca5021ff51dd492 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -ur libplacebo-v1.18.0.orig/src/meson.build libplacebo-v1.18.0/src/meson.build
--- libplacebo-v1.18.0.orig/src/meson.build 2019-02-14 10:11:33.000000000 -0800
+++ libplacebo-v1.18.0/src/meson.build 2019-08-09 07:23:04.838656296 -0700
@@ -63,6 +63,8 @@
cxx.find_library('OGLCompiler', required: glslang_req),
cxx.find_library('OSDependent', required: glslang_req),
cxx.find_library('SPIRV', required: glslang_req),
+ cxx.find_library('SPIRV-Tools', required: glslang_req),
+ cxx.find_library('SPIRV-Tools-opt', required: glslang_req),
cxx.find_library('SPVRemapper', required: glslang_req),
]
|