mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-11 20:30:53 +00:00
- Switch from git download to `.tar.gz` + `termux_download` `fast_float.h` in order to more easily unvendor dependencies - Enable `vulkan-icd` - Enable `glslang` - Enable `littlecms`
14 lines
462 B
Diff
14 lines
462 B
Diff
diff --git a/src/glsl/meson.build b/src/glsl/meson.build
|
|
index 8fb5e69..7b6d696 100644
|
|
--- a/src/glsl/meson.build
|
|
+++ b/src/glsl/meson.build
|
|
@@ -31,7 +31,7 @@ elif not glslang_req.disabled()
|
|
static = arg[0]
|
|
required = arg[1]
|
|
|
|
- spirv = cxx.find_library('SPIRV', required: required, static: static)
|
|
+ spirv = cxx.find_library('SPIRV', required: required, static: static, dirs: '@TERMUX_PREFIX@/lib')
|
|
|
|
if not spirv.found()
|
|
continue
|