From fde688f6e2a993ee9629d99a8220112f1b184047 Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Sun, 26 Jan 2025 01:53:56 -0700 Subject: [PATCH] meson: Remove libglslang windows special dependency --- meson.build | 8 -------- 1 file changed, 8 deletions(-) diff --git a/meson.build b/meson.build index 24ee8ac655..4edd9399cc 100644 --- a/meson.build +++ b/meson.build @@ -2292,14 +2292,6 @@ libglslang = not_found if host_os == 'windows' vulkan = declare_dependency(compile_args: ['-DVK_USE_PLATFORM_WIN32_KHR']) - libglslang = declare_dependency(link_args: [ - '-lglslang', - '-lMachineIndependent', - '-lGenericCodeGen', - '-lSPIRV', - '-lSPIRV-Tools', - '-lSPIRV-Tools-opt' - ]) elif host_os == 'linux' vulkan = dependency('vulkan') endif