mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
7ef303fa28
The rest will be converted later, these are necessary for gst-build to set options correctly. https://bugzilla.gnome.org/show_bug.cgi?id=795107
7 lines
166 B
Meson
7 lines
166 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
|