mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-13 01:35:30 +00:00
GL dependency detection is still automagic. https://bugzilla.gnome.org/show_bug.cgi?id=795107
9 lines
199 B
Meson
9 lines
199 B
Meson
# FIXME: make check work on windows
|
|
if host_machine.system() != 'windows'
|
|
subdir('check')
|
|
endif
|
|
if not get_option('examples').disabled()
|
|
subdir('examples')
|
|
endif
|
|
#subdir('files')
|
|
subdir('icles')
|