meson: set spa plugin dir

This commit is contained in:
Wim Taymans 2019-01-08 17:56:20 +01:00
parent b5a7891ee1
commit 23c439fd66

View file

@ -9,7 +9,8 @@ foreach a : test_apps
test(a, executable(a, a + '.c', test(a, executable(a, a + '.c',
dependencies : [pipewire_dep], dependencies : [pipewire_dep],
c_args : [ '-D_GNU_SOURCE' ], c_args : [ '-D_GNU_SOURCE' ],
install : false)) install : false),
env : ['SPA_PLUGIN_DIR=@0@/spa/plugins/'.format(meson.build_root())])
endforeach endforeach