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:
Martin Jansa 2014-08-09 14:38:05 +02:00
parent 60828b16c3
commit fab562198a

View File

@ -4,7 +4,7 @@ and can apply different effects and filters to the audio data."
HOMEPAGE = "http://sox.sourceforge.net"
SECTION = "audio"
DEPENDS = "libpng libav libsndfile1"
DEPENDS = "libpng libav libsndfile1 libvorbis"
PR = "r2"