From: Tim-Philipp Müller Date: Thu, 28 Feb 2019 08:52:28 +0000 (+0000) Subject: meson: don't build icles when tests are disabled X-Git-Tag: 1.19.3~509^2~1156 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=83b45abe74820935315714268dd114d42215b693;p=platform%2Fupstream%2Fgstreamer.git meson: don't build icles when tests are disabled They are manual tests, so let them be controlled via the tests option. --- diff --git a/tests/meson.build b/tests/meson.build index d55175a..6db6240 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -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