From b7370c12cfe4c55b7bf61eaa7b774081a64a7cd0 Mon Sep 17 00:00:00 2001 From: David Hampton Date: Fri, 2 Oct 2020 10:50:44 -0400 Subject: [PATCH] Add two additional libs for vulkan to compile on F33. --- mythtv/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mythtv/configure b/mythtv/configure index 751b1333ade..fe42a937414 100755 --- a/mythtv/configure +++ b/mythtv/configure @@ -6571,7 +6571,7 @@ enabled egl && { check_lib EGL EGL/egl.h eglGetProcAddress "-lEGL" || } } -enabled vulkan && enabled libglslang && require_cpp libglslang glslang/SPIRV/GlslangToSpv.h "glslang::TIntermediate*" -lglslang -lOSDependent -lHLSL -lOGLCompiler -lSPVRemapper -lSPIRV -lSPIRV-Tools-opt -lSPIRV-Tools -lpthread +enabled vulkan && enabled libglslang && require_cpp libglslang glslang/SPIRV/GlslangToSpv.h "glslang::TIntermediate*" -lglslang -lMachineIndependent -lGenericCodeGen -lOSDependent -lHLSL -lOGLCompiler -lSPVRemapper -lSPIRV -lSPIRV-Tools-opt -lSPIRV-Tools -lpthread enable enforce_wshadow case $target_os in