mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 17:19:23 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user