mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
meson: Fix vulkan library build on iOS
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7091>
This commit is contained in:
parent
5c41d387e3
commit
5ed3e045d8
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ if host_system == 'darwin'
|
|||
endif
|
||||
|
||||
if host_system == 'ios'
|
||||
uikit_dep = dependency('appleframeworks', modules : ['UIKit'], required : vulkan_opt)
|
||||
uikit_dep = dependency('appleframeworks', modules : ['UIKit', 'IOSurface', 'CoreGraphics', 'Metal'], required : vulkan_opt)
|
||||
|
||||
if uikit_dep.found() and cc.has_header('vulkan/vulkan_ios.h', dependencies : vulkan_dep, required: vulkan_opt)
|
||||
vulkan_priv_sources += files(
|
||||
|
|
Loading…
Reference in a new issue