diff --git a/qb/config.libs.sh b/qb/config.libs.sh index d4501becbb..01859e8ede 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -395,6 +395,7 @@ if [ "$OS" != 'Win32' ]; then fi check_lib STRCASESTR "$CLIB" strcasestr check_lib MMAP "$CLIB" mmap +check_lib VULKAN -lvulkan vkCreateInstance if [ "$HAVE_VULKAN" != 'no' ] && [ ! -e deps/glslang/glslang/README.md ]; then echo "Warning: glslang submodule not loaded, can't use Vulkan."