mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
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:
parent
4f01958232
commit
88524a6686
1 changed files with 4 additions and 0 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue