mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-20 06:08:14 +00:00
Add required dependencies of cocoa GL example for linking.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/782>
This commit is contained in:
parent
2d69cd5639
commit
855315cd39
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
|||
|
||||
if host_system == 'darwin'
|
||||
appkit_dep = dependency('appleframeworks', modules : ['AppKit'], required : true)
|
||||
|
||||
executable('cocoa-videooverlay', 'cocoa-videooverlay.m',
|
||||
objc_args : [gst_plugins_base_args],
|
||||
include_directories: [configinc],
|
||||
dependencies : [gstgl_dep,],
|
||||
dependencies : [gstgl_dep, corefoundation_dep, appkit_dep],
|
||||
install: false)
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue