mirror of https://github.com/xemu-project/xemu.git
meson: Drop glslang dependency method param for CMake search
This commit is contained in:
parent
3eb22b6b81
commit
dfbf4dfd36
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue