diff --git a/meson.build b/meson.build index b77a541131..a819ef25ad 100644 --- a/meson.build +++ b/meson.build @@ -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()