meson: Properly use ':' for defining keywords
authorThibault Saunier <thibault.saunier@osg.samsung.com>
Tue, 24 Jan 2017 22:24:10 +0000 (19:24 -0300)
committerThibault Saunier <thibault.saunier@osg.samsung.com>
Tue, 24 Jan 2017 22:24:19 +0000 (19:24 -0300)
tests/check/meson.build

index 921110d..3c1a00f 100644 (file)
@@ -59,7 +59,7 @@ foreach t : ugly_tests
     env.set('GST_PLUGIN_SYSTEM_PATH_1_0', '')
     env.set('CK_DEFAULT_TIMEOUT', '20')
     env.set('GST_PLUGIN_LOADING_WHITELIST', 'gstreamer', 'gst-plugins-base',
-      'gst-plugins-good', 'gst-plugins-ugly@' + meson.build_root(), separator=':')
+      'gst-plugins-good', 'gst-plugins-ugly@' + meson.build_root(), separator':')
     env.set('GST_PLUGIN_PATH_1_0', meson.build_root())
 
     foreach plugindir: pluginsdirs