mirror of https://github.com/xemu-project/xemu.git
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'
|
if host_os == 'windows'
|
||||||
vulkan = declare_dependency(compile_args: ['-DVK_USE_PLATFORM_WIN32_KHR'])
|
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'
|
elif host_os == 'linux'
|
||||||
vulkan = dependency('vulkan')
|
vulkan = dependency('vulkan')
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue