mirror of
https://github.com/schnitzeltony/meta-musicians.git
synced 2026-04-29 15:32:12 +02:00
amsynth: add PACKAGECONFIG nsm and enable it by default
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -11,17 +11,18 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
SRC_URI = "git://github.com/amsynth/amsynth.git;branch=develop"
|
||||
SRCREV = "3994bc3edfd606b5965f0bacdf128a664a78b86a"
|
||||
PV = "1.10.0"
|
||||
SRCREV = "4d980f3421f61cc8ea53e92eba5e43e823af7c02"
|
||||
PV = "1.12.2"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
PACKAGECONFIG ??= "alsa jack lv2"
|
||||
PACKAGECONFIG ??= "alsa jack lv2 nsm"
|
||||
|
||||
PACKAGECONFIG[oss] = "--with-oss,--without-oss"
|
||||
PACKAGECONFIG[alsa] = "--with-alsa,--without-alsa,alsa-lib"
|
||||
PACKAGECONFIG[dssi] = "--with-dssi,--without-dssi,dssi liblo"
|
||||
PACKAGECONFIG[jack] = "--with-jack,--without-jack,jack"
|
||||
PACKAGECONFIG[lv2] = "--with-lv2,--without-lv2,lv2"
|
||||
PACKAGECONFIG[nsm] = "--with-nsm,--without-nsm,liblo,new-session-manager"
|
||||
|
||||
PACKAGES =+ "${PN}-standalone"
|
||||
FILES_${PN}-standalone += " \
|
||||
|
||||
Reference in New Issue
Block a user