mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
meson: don't build icles when tests are disabled
They are manual tests, so let them be controlled via the tests option.
This commit is contained in:
parent
8737e29a49
commit
83b45abe74
1 changed files with 1 additions and 1 deletions
|
@ -1,8 +1,8 @@
|
||||||
if not get_option('tests').disabled() and gstcheck_dep.found()
|
if not get_option('tests').disabled() and gstcheck_dep.found()
|
||||||
subdir('check')
|
subdir('check')
|
||||||
|
subdir('icles')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
subdir('icles')
|
|
||||||
if not get_option('examples').disabled()
|
if not get_option('examples').disabled()
|
||||||
subdir('examples')
|
subdir('examples')
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue