mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
16 lines
1.3 KiB
Diff
16 lines
1.3 KiB
Diff
|
--- ./configure.orig 2023-03-26 09:21:00.000000000 -0500
|
||
|
+++ ./configure 2023-08-29 13:13:08.176019532 -0500
|
||
|
@@ -6551,10 +6551,10 @@
|
||
|
enabled libfreetype && require_pkg_config libfreetype freetype2 "ft2build.h FT_FREETYPE_H" FT_Init_FreeType
|
||
|
enabled libfribidi && require_pkg_config libfribidi fribidi fribidi.h fribidi_version_info
|
||
|
enabled libglslang && { check_lib spirv_compiler glslang/Include/glslang_c_interface.h glslang_initialize_process \
|
||
|
- -lglslang -lMachineIndependent -lOSDependent -lHLSL -lOGLCompiler -lGenericCodeGen \
|
||
|
+ -lglslang -lMachineIndependent -lHLSL -lGenericCodeGen \
|
||
|
-lSPVRemapper -lSPIRV -lSPIRV-Tools-opt -lSPIRV-Tools -lpthread -lstdc++ -lm ||
|
||
|
require spirv_compiler glslang/Include/glslang_c_interface.h glslang_initialize_process \
|
||
|
- -lglslang -lOSDependent -lHLSL -lOGLCompiler \
|
||
|
+ -lglslang -lHLSL \
|
||
|
-lSPVRemapper -lSPIRV -lSPIRV-Tools-opt -lSPIRV-Tools -lpthread -lstdc++ -lm; }
|
||
|
enabled libgme && { check_pkg_config libgme libgme gme/gme.h gme_new_emu ||
|
||
|
require libgme gme/gme.h gme_new_emu -lgme -lstdc++; }
|