Introduce audio-plugin-common.bbclass for global audio-plugin settings

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2019-10-07 08:02:18 +02:00
parent 82848fe66f
commit 5faff09fd0
3 changed files with 20 additions and 10 deletions

View File

@@ -0,0 +1,8 @@
# class for audio plugin common settings
# plugin package names
PN_DSSI = "${PN}-dssi"
PN_LADSPA = "${PN}-ladspa"
PN_LV2 = "${PN}-lv2"
PN_VST = "${PN}-vst"