vaapi: prefix USE_FOO defines to fix build with mesa 22.3.0
[platform/upstream/gstreamer.git] / tests / meson.build
index cd3aa67..3159b9c 100644 (file)
@@ -1,3 +1,5 @@
-if host_machine.system() != 'windows'
-  subdir('check')
+if get_option('tests').disabled()
+       subdir_done()
 endif
+subdir('static-plugins')
+subdir('python')
\ No newline at end of file