mirror of
https://github.com/xemu-project/xemu.git
synced 2025-02-11 15:17:32 +00:00
meson: Remove libglslang windows special dependency
This commit is contained in:
parent
66dbd9273c
commit
fde688f6e2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user