mirror of
https://github.com/schnitzeltony/meta-musicians.git
synced 2026-01-29 17:18:41 +01:00
10 lines
181 B
Plaintext
10 lines
181 B
Plaintext
# 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"
|
|
PN_VST3 = "${PN}-vst3"
|
|
|