mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 09:00:54 +00:00
88524a6686
It fails to build on MacOS X. This example should be disabled until fixed. Issue: #518
9 lines
268 B
Meson
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')
|