amsynth: do not build dssi-plugins by default

They are more or less broken.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2018-02-21 18:05:50 +01:00
parent d6b866b5e1
commit e98d566f4c

View File

@@ -17,7 +17,7 @@ SRC_URI = " \
SRC_URI[md5sum] = "54eaabc55d90ece5675b3cb3c2dc732d"
SRC_URI[sha256sum] = "d05363b654752494c4b6a404d80d70d27857db5ec9ca398eebcf6c5b466d6668"
PACKAGECONFIG ??= "alsa dssi jack sndfile lv2"
PACKAGECONFIG ??= "alsa jack sndfile lv2"
PACKAGECONFIG[oss] = "--with-oss,--without-oss"
PACKAGECONFIG[alsa] = "--with-alsa,--without-alsa,alsa-lib"