mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +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
55bcdcf01a
commit
a62f757647
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
||||||
if not get_option('tests').disabled() and gst_check_dep.found()
|
if not get_option('tests').disabled() and gst_check_dep.found()
|
||||||
subdir('check')
|
subdir('check')
|
||||||
|
subdir('icles')
|
||||||
endif
|
endif
|
||||||
if not get_option('examples').disabled()
|
if not get_option('examples').disabled()
|
||||||
subdir('examples')
|
subdir('examples')
|
||||||
endif
|
endif
|
||||||
#subdir('files')
|
|
||||||
subdir('icles')
|
|
||||||
|
|
Loading…
Reference in a new issue