mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 15:18:21 +00:00
meson: don't build icles when tests are disabled
They are manual tests, so let them be controlled via the tests option not the examples option, for consistency with -good.
This commit is contained in:
parent
d45604d9eb
commit
03fcdedd66
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
if not get_option('tests').disabled() and gstcheck_dep.found()
|
||||
subdir('check')
|
||||
subdir('icles')
|
||||
endif
|
||||
if not get_option('examples').disabled()
|
||||
subdir('examples')
|
||||
subdir('icles')
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue