mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-14 05:40:52 +00:00
12 lines
966 B
Diff
12 lines
966 B
Diff
--- a/configure
|
|
+++ b/configure
|
|
@@ -6894,7 +6894,7 @@ enabled libfribidi && require_pkg_config libfribidi fribidi fribidi.h fri
|
|
enabled libharfbuzz && require_pkg_config libharfbuzz harfbuzz hb.h hb_buffer_create
|
|
enabled libglslang && { check_lib spirv_compiler glslang/Include/glslang_c_interface.h glslang_initialize_process \
|
|
-lglslang -lMachineIndependent -lGenericCodeGen \
|
|
- -lSPVRemapper -lSPIRV -lSPIRV-Tools-opt -lSPIRV-Tools -lpthread -lstdc++ -lm ||
|
|
+ -lSPIRV -lSPIRV-Tools-opt -lSPIRV-Tools -lpthread -lstdc++ -lm ||
|
|
require spirv_compiler glslang/Include/glslang_c_interface.h glslang_initialize_process \
|
|
-lglslang -lMachineIndependent -lOSDependent -lHLSL -lOGLCompiler -lGenericCodeGen \
|
|
-lSPVRemapper -lSPIRV -lSPIRV-Tools-opt -lSPIRV-Tools -lpthread -lstdc++ -lm ; }
|