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:
Tim-Philipp Müller 2019-02-28 08:52:28 +00:00
parent 8737e29a49
commit 83b45abe74

View file

@ -1,8 +1,8 @@
if not get_option('tests').disabled() and gstcheck_dep.found()
subdir('check')
subdir('icles')
endif
subdir('icles')
if not get_option('examples').disabled()
subdir('examples')
endif