mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-06 17:39:47 +00:00
a62f757647
They are manual tests, so let them be controlled via the tests option.
7 lines
174 B
Meson
7 lines
174 B
Meson
if not get_option('tests').disabled() and gst_check_dep.found()
|
|
subdir('check')
|
|
subdir('icles')
|
|
endif
|
|
if not get_option('examples').disabled()
|
|
subdir('examples')
|
|
endif
|