mirror of
https://github.com/xemu-project/xemu.git
synced 2026-07-11 01:24:41 +02:00
meson: Support system glslang
This commit is contained in:
committed by
mborgerson
parent
7b9b7a0c25
commit
f1ce017bd2
@@ -2325,6 +2325,7 @@ elif host_os == 'linux'
|
||||
endif
|
||||
|
||||
if vulkan.found()
|
||||
libglslang = dependency('glslang', method: 'pkg-config', 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