mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
pw-uninstalled: set SPA_DATA_DIR + fix meson devenv
Set SPA_DATA_DIR needed for the bluez5 plugin hwdb file in pw-uninstalled. Also fix its value for meson devenv.
This commit is contained in:
parent
def45adaec
commit
229892d45d
2 changed files with 2 additions and 1 deletions
|
|
@ -469,7 +469,7 @@ if meson.version().version_compare('>=0.58.0')
|
|||
devenv.set('PIPEWIRE_MODULE_DIR', builddir / 'src' / 'modules')
|
||||
|
||||
devenv.set('SPA_PLUGIN_DIR', builddir / 'spa' / 'plugins')
|
||||
devenv.set('SPA_DATA_DIR', builddir / 'spa' / 'plugins')
|
||||
devenv.set('SPA_DATA_DIR', srcdir / 'spa' / 'plugins')
|
||||
|
||||
devenv.set('GST_PLUGIN_PATH', builddir / 'src'/ 'gst')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue