Skip to content

Commit

Permalink
Add two additional libs for vulkan to compile on F33.
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdude42 committed Oct 2, 2020
1 parent a82e32d commit b7370c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/configure
Expand Up @@ -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
Expand Down

0 comments on commit b7370c1

Please sign in to comment.