Skip to content
Snippets Groups Projects
Commit e1e958fc authored by Philippe Normand's avatar Philippe Normand :lizard: Committed by Matthew Waters
Browse files

examples/gl: Cocoa example Meson build definitions

parent 70bfb388
No related branches found
No related tags found
No related merge requests found
if host_system == 'darwin'
executable('cocoa-videooverlay', 'cocoa-videooverlay.m',
objc_args : [gst_plugins_base_args],
include_directories: [configinc],
dependencies : [gstgl_dep,],
install: false)
endif
# FIXME: subdir('cocoa')
subdir('cocoa')
subdir('generic')
# FIXME: gtk is temporarily disabled.
# See. https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/518
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment