jack: add dependency on libsaplerate0 and readline

* they are autodetected from sysroot and configure doesn't have option
  to explicitly disable them, so PACKAGECONFIG won't work without improving
  configure

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa 2013-07-13 18:51:35 +02:00 committed by Eric Bénard
parent 4e20b9c7bb
commit d484f63ec7

View File

@ -10,8 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c030468238b2cf89925a57f2780396a7 \
file://COPYING.LGPL;md5=e77fe93202736b47c07035910f47974a \
"
DEPENDS = "alsa-lib"
DEPENDS = "alsa-lib libsamplerate0 readline"
SVNPV = "${@'${PV}'.replace('.', '_')}"
SRCREV = "4484"