mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
meson: Drop glslang dependency method param for CMake search
This commit is contained in:
+1
-1
@@ -2325,7 +2325,7 @@ elif host_os == 'linux'
|
||||
endif
|
||||
|
||||
if vulkan.found()
|
||||
libglslang = dependency('glslang', method: 'pkg-config', version: '>=15.0.0', required: false)
|
||||
libglslang = dependency('glslang', version: '>=15.0.0', required: false)
|
||||
if not libglslang.found()
|
||||
# FIXME: Get spirv-tools to enable opt.
|
||||
glslang_opts = cmake.subproject_options()
|
||||
|
||||
Reference in New Issue
Block a user