tests: examples: gl: gtk: Disabled on MacOS X
authorJustin Kim <jeongseok.kim@sk.com>
Fri, 14 Dec 2018 03:04:43 +0000 (12:04 +0900)
committerJustin Kim <jeongseok.kim@sk.com>
Fri, 14 Dec 2018 03:57:38 +0000 (12:57 +0900)
It fails to build on MacOS X. This example should be disabled
until fixed.

Issue: #518

tests/examples/gl/meson.build

index f6e452d..3d5449c 100644 (file)
@@ -1,5 +1,9 @@
 # FIXME: subdir('cocoa')
 subdir('generic')
+# FIXME: gtk is temporarily disabled. 
+#        See. https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/518
+if host_system != 'darwin'
 subdir('gtk', if_found : gtk_dep)
+endif
 # FIXME: subdir('qt')
 subdir('sdl')