mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
meson.build: set MEDIA_SESSION_CONFIG_DIR in devenv
Commit6c156cdbb4made pw-uninstalled.sh export the MEDIA_SESSION_CONFIG_DIR environmental variable, its value being the location of the media-session configuration files in the build directory. Export this environtmental variable in the meson devenv as well. Fixes:6c156cdbb4("media-session: move the media-session config files to here")
This commit is contained in:
parent
d2ce51d504
commit
5cfdc2620c
1 changed files with 2 additions and 0 deletions
|
|
@ -491,6 +491,8 @@ if meson.version().version_compare('>=0.58.0')
|
|||
devenv.set('PIPEWIRE_CONFIG_DIR', builddir / 'src' / 'daemon')
|
||||
devenv.set('PIPEWIRE_MODULE_DIR', builddir / 'src' / 'modules')
|
||||
|
||||
devenv.set('MEDIA_SESSION_CONFIG_DIR', builddir / 'src' / 'media-session' / 'media-session.d')
|
||||
|
||||
devenv.set('SPA_PLUGIN_DIR', builddir / 'spa' / 'plugins')
|
||||
devenv.set('SPA_DATA_DIR', srcdir / 'spa' / 'plugins')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue