X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tests%2Fmeson.build;h=3159b9cdb18e0fe7db5ec67ac4725e302f16d854;hb=306e175424537601ce3b167c10f224be139e86f7;hp=25bd3497fb56e5b0e9415a71cf298f66a20907b4;hpb=d2822d09ea022c3323507c4df0109aa4ec27e1e1;p=platform%2Fupstream%2Fgstreamer.git diff --git a/tests/meson.build b/tests/meson.build index 25bd349..3159b9c 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -1,17 +1,5 @@ -pluginsdirs = [] -if gst_dep.type_name() == 'pkgconfig' - pluginsdirs = [gst_dep.get_pkgconfig_variable('pluginsdir')] - gst_plugin_scanner_dir = gst_dep.get_pkgconfig_variable('pluginscannerdir') -else - gst_plugin_scanner_dir = gst_proj.get_variable('gst_scanner_dir') -endif -gst_plugin_scanner_path = join_paths(gst_plugin_scanner_dir, 'gst-plugin-scanner') - -if not get_option('tests').disabled() and gst_check_dep.found() - subdir('check') - subdir('icles') - subdir('validate') -endif -if not get_option('examples').disabled() - subdir('examples') +if get_option('tests').disabled() + subdir_done() endif +subdir('static-plugins') +subdir('python') \ No newline at end of file