mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
meson: Properly use ':' for defining keywords
This commit is contained in:
parent
aa17c7885d
commit
bf8835a7df
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue