gstreamer/tests/examples/gl/meson.build
2018-12-26 10:56:08 +00:00

9 lines
259 B
Meson

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