diff options
Diffstat (limited to 'spa/plugins/audiotestsrc/meson.build')
-rw-r--r-- | spa/plugins/audiotestsrc/meson.build | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/spa/plugins/audiotestsrc/meson.build b/spa/plugins/audiotestsrc/meson.build new file mode 100644 index 0000000..d1b2242 --- /dev/null +++ b/spa/plugins/audiotestsrc/meson.build @@ -0,0 +1,7 @@ +audiotestsrc_sources = ['audiotestsrc.c', 'plugin.c'] + +audiotestsrclib = shared_library('spa-audiotestsrc', + audiotestsrc_sources, + dependencies : [ spa_dep, mathlib ], + install : true, + install_dir : spa_plugindir / 'audiotestsrc') |