mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
meson: set spa plugin dir
This commit is contained in:
parent
b5a7891ee1
commit
23c439fd66
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,8 @@ foreach a : test_apps
|
|||
test(a, executable(a, a + '.c',
|
||||
dependencies : [pipewire_dep],
|
||||
c_args : [ '-D_GNU_SOURCE' ],
|
||||
install : false))
|
||||
install : false),
|
||||
env : ['SPA_PLUGIN_DIR=@0@/spa/plugins/'.format(meson.build_root())])
|
||||
endforeach
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue