mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
meson: Reuse plugins_install_dir for building env
This commit is contained in:
parent
3d9b04c8cc
commit
73c70847ad
1 changed files with 2 additions and 4 deletions
|
@ -128,8 +128,7 @@ foreach t : base_tests
|
||||||
|
|
||||||
env = environment()
|
env = environment()
|
||||||
env.set('GST_PLUGIN_PATH_1_0',
|
env.set('GST_PLUGIN_PATH_1_0',
|
||||||
meson.build_root(),
|
meson.build_root(), '@0@/@1@'.format(get_option('prefix'), plugins_install_dir),
|
||||||
'@0@/@1@/gstreamer-1.0'.format(get_option('prefix'), get_option('libdir')),
|
|
||||||
seperator: ':')
|
seperator: ':')
|
||||||
env.set('GST_PLUGIN_SYSTEM_PATH_1_0', '')
|
env.set('GST_PLUGIN_SYSTEM_PATH_1_0', '')
|
||||||
env.set('GST_STATE_IGNORE_ELEMENTS', 'cdio cdparanoiasrc libvisual_ alsasrc alsasink')
|
env.set('GST_STATE_IGNORE_ELEMENTS', 'cdio cdparanoiasrc libvisual_ alsasrc alsasink')
|
||||||
|
@ -153,8 +152,7 @@ foreach group : [1, 2, 3, 4, 5, 6]
|
||||||
# TODO Use env.copy when it is in meson
|
# TODO Use env.copy when it is in meson
|
||||||
env = environment()
|
env = environment()
|
||||||
env.set('GST_PLUGIN_PATH_1_0',
|
env.set('GST_PLUGIN_PATH_1_0',
|
||||||
meson.build_root(),
|
meson.build_root(), '@0@/@1@'.format(get_option('prefix'), plugins_install_dir),
|
||||||
'@0@/@1@/gstreamer-1.0'.format(get_option('prefix'), get_option('libdir')),
|
|
||||||
seperator: ':')
|
seperator: ':')
|
||||||
env.set('GST_PLUGIN_SYSTEM_PATH_1_0', '')
|
env.set('GST_PLUGIN_SYSTEM_PATH_1_0', '')
|
||||||
env.set('GST_STATE_IGNORE_ELEMENTS', 'cdio cdparanoiasrc libvisual_ alsasrc alsasink')
|
env.set('GST_STATE_IGNORE_ELEMENTS', 'cdio cdparanoiasrc libvisual_ alsasrc alsasink')
|
||||||
|
|
Loading…
Reference in a new issue