meson: Fix build failure from previous commit
authorThibault Saunier <thibault.saunier@osg.samsung.com>
Fri, 24 Mar 2017 21:51:12 +0000 (18:51 -0300)
committerThibault Saunier <thibault.saunier@osg.samsung.com>
Fri, 24 Mar 2017 21:55:10 +0000 (18:55 -0300)
Mistake while rebasing

tests/check/meson.build

index b7e48fa..aab49b7 100644 (file)
@@ -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),
-      pluginsdir)
+      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')