ardour: use more common shared libraries

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2017-07-07 02:21:11 +02:00
parent 7398f98e9c
commit 04d50336be

View File

@@ -21,6 +21,9 @@ DEPENDS += " \
suil \
lilv \
libarchive \
libltc \
qm-dsp \
fluidsynth \
"
inherit waf distro_features_check gtk-icon-cache pkgconfig
@@ -47,6 +50,8 @@ EXTRA_OECONF = " \
--optimize \
--cxx11 \
--no-phone-home \
--use-external-libs \
--qm-dsp-include=${STAGING_INCDIR}/qm-dsp \
\
--with-backends="jack,alsa" \
--dist-target=${BUILD_DIST_TARGET} \