pipewire/spa/plugins/audiotestsrc/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
333 B
Meson

audiotestsrc_sources = ['audiotestsrc.c', 'plugin.c']
audiotestsrclib = shared_library('spa-audiotestsrc',
audiotestsrc_sources,
dependencies : [ spa_dep, mathlib ],
install : true,
install_dir : spa_plugindir / 'audiotestsrc')