examples/gl: Cocoa example Meson build definitions
authorPhilippe Normand <philn@igalia.com>
Sun, 23 Dec 2018 19:27:27 +0000 (20:27 +0100)
committerMatthew Waters <matthew@centricular.com>
Wed, 26 Dec 2018 10:56:08 +0000 (10:56 +0000)
tests/examples/gl/cocoa/meson.build [new file with mode: 0644]
tests/examples/gl/meson.build

diff --git a/tests/examples/gl/cocoa/meson.build b/tests/examples/gl/cocoa/meson.build
new file mode 100644 (file)
index 0000000..2a5ceb7
--- /dev/null
@@ -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
index 3d5449c..d092d46 100644 (file)
@@ -1,4 +1,4 @@
-# FIXME: subdir('cocoa')
+subdir('cocoa')
 subdir('generic')
 # FIXME: gtk is temporarily disabled. 
 #        See. https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/518