mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +00:00
sox: add dependency on libvorbis
* fixes following floating dependencies: sox/sox/latest lost dependency on libvorbis Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -4,7 +4,7 @@ and can apply different effects and filters to the audio data."
|
|||||||
HOMEPAGE = "http://sox.sourceforge.net"
|
HOMEPAGE = "http://sox.sourceforge.net"
|
||||||
SECTION = "audio"
|
SECTION = "audio"
|
||||||
|
|
||||||
DEPENDS = "libpng libav libsndfile1"
|
DEPENDS = "libpng libav libsndfile1 libvorbis"
|
||||||
|
|
||||||
PR = "r2"
|
PR = "r2"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user