meson: Drop glslang dependency method param for CMake search

This commit is contained in:
Alexandre Bouvier 2025-03-08 22:14:58 +00:00 committed by GitHub
parent 3eb22b6b81
commit dfbf4dfd36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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()