examples/gl: Cocoa example Meson build definitions
This commit is contained in:
parent
70bfb3885b
commit
e1e958fcd7
8
tests/examples/gl/cocoa/meson.build
Normal file
8
tests/examples/gl/cocoa/meson.build
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
|
||||||
|
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
|
@ -1,4 +1,4 @@
|
|||||||
# FIXME: subdir('cocoa')
|
subdir('cocoa')
|
||||||
subdir('generic')
|
subdir('generic')
|
||||||
# FIXME: gtk is temporarily disabled.
|
# FIXME: gtk is temporarily disabled.
|
||||||
# See. https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/518
|
# See. https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/518
|
||||||
|
Loading…
x
Reference in New Issue
Block a user