pipewire/spa/plugins/test/meson.build
Barnabás Pőcze 2b110af366 treewide: meson.build: use dependency variable for SPA
Use `spa_dep` everywhere instead of `spa_inc`,
and remove `spa_inc` altogether.
2021-12-28 18:34:06 +01:00

7 lines
306 B
Meson

test_sources = ['fakesrc.c', 'fakesink.c', 'plugin.c']
testlib = shared_library('spa-test',
test_sources,
dependencies : [ spa_dep, pthread_lib ],
install : true,
install_dir : spa_plugindir / 'test')