gstreamer/tests/examples/gl/meson.build
Justin Kim 88524a6686 tests: examples: gl: gtk: Disabled on MacOS X
It fails to build on MacOS X. This example should be disabled
until fixed.

Issue: #518
2018-12-14 12:57:38 +09:00

9 lines
268 B
Meson

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