mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
38c180f037
a/coreutils-9.4-x86_64-1.txz: Upgraded. d/cbindgen-0.25.0-x86_64-1.txz: Upgraded. l/ffmpeg-5.1.3-x86_64-2.txz: Rebuilt. Patched and recompiled against vulkan-sdk-1.3.250.0. Thanks to lucabon. l/pipewire-0.3.79-x86_64-1.txz: Upgraded. xfce/xfce4-whiskermenu-plugin-2.8.0-x86_64-1.txz: Upgraded.
15 lines
1.3 KiB
Diff
15 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++; }
|