mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
03fcdedd66
They are manual tests, so let them be controlled via the tests option not the examples option, for consistency with -good.
7 lines
173 B
Meson
7 lines
173 B
Meson
if not get_option('tests').disabled() and gstcheck_dep.found()
|
|
subdir('check')
|
|
subdir('icles')
|
|
endif
|
|
if not get_option('examples').disabled()
|
|
subdir('examples')
|
|
endif
|