mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
spa: meson.build: export data directory on dependency
This commit is contained in:
parent
93b4fc59cf
commit
ac376106d9
2 changed files with 5 additions and 2 deletions
|
|
@ -10,7 +10,10 @@ spa_dep = declare_dependency(
|
|||
include_directories('include'),
|
||||
],
|
||||
version : spaversion,
|
||||
variables : { 'plugindir' : meson.current_build_dir() / 'plugins' }
|
||||
variables : {
|
||||
'plugindir' : meson.current_build_dir() / 'plugins',
|
||||
'datadir' : meson.current_source_dir() / 'plugins',
|
||||
},
|
||||
)
|
||||
|
||||
meson.override_dependency('lib@0@'.format(spa_name), spa_dep)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue