meson: Specify pluginsdir setting the environment
authorThibault Saunier <thibault.saunier@osg.samsung.com>
Fri, 24 Mar 2017 21:46:34 +0000 (18:46 -0300)
committerThibault Saunier <thibault.saunier@osg.samsung.com>
Fri, 24 Mar 2017 21:48:07 +0000 (18:48 -0300)
And do not specify the separator as this is OS
dependent and will be handled properly by default

tests/check/meson.build

index e672b5a..b7e48fa 100644 (file)
@@ -129,7 +129,7 @@ foreach t : base_tests
     env = environment()
     env.set('GST_PLUGIN_PATH_1_0',
         meson.build_root(), '@0@/@1@'.format(get_option('prefix'), plugins_install_dir),
-        seperator: ':')
+        pluginsdirs)
     env.set('GST_PLUGIN_SYSTEM_PATH_1_0', '')
     env.set('GST_STATE_IGNORE_ELEMENTS', 'cdio cdparanoiasrc libvisual_ alsasrc alsasink')
     env.set('CK_DEFAULT_TIMEOUT', '20')
@@ -153,7 +153,7 @@ foreach group : [1, 2, 3, 4, 5, 6]
   env = environment()
   env.set('GST_PLUGIN_PATH_1_0',
       meson.build_root(), '@0@/@1@'.format(get_option('prefix'), plugins_install_dir),
-      seperator: ':')
+      pluginsdir)
   env.set('GST_PLUGIN_SYSTEM_PATH_1_0', '')
   env.set('GST_STATE_IGNORE_ELEMENTS', 'cdio cdparanoiasrc libvisual_ alsasrc alsasink')
   env.set('CK_DEFAULT_TIMEOUT', '20')