tests: examples: gl: gtk: Disabled on MacOS X

It fails to build on MacOS X. This example should be disabled
until fixed.

Issue: #518
This commit is contained in:
Justin Kim 2018-12-14 12:04:43 +09:00
parent 4f01958232
commit 88524a6686

View 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')