meson: don't build icles when tests are disabled
authorTim-Philipp Müller <tim@centricular.com>
Thu, 28 Feb 2019 15:46:02 +0000 (15:46 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 28 Feb 2019 15:46:02 +0000 (15:46 +0000)
They are manual tests, so let them be controlled
via the tests option.

tests/meson.build

index 7cc2e3c..c53d538 100644 (file)
@@ -1,8 +1,7 @@
 if not get_option('tests').disabled() and gst_check_dep.found()
   subdir('check')
+  subdir('icles')
 endif
 if not get_option('examples').disabled()
   subdir('examples')
 endif
-#subdir('files')
-subdir('icles')