Add missing DEPENDS on vorbis.
authorJohn Bowler <jbowler@nslu2-linux.org>
Wed, 10 Aug 2005 15:39:48 +0000 (15:39 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 10 Aug 2005 15:39:48 +0000 (15:39 +0000)
packages/icecast/icecast_2.2.0.bb

index 0612c28..1511f6d 100644 (file)
@@ -2,6 +2,8 @@ DEPENDS = "libxslt"
 PR = "r1"
 MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org"
 
+DEPENDS = "libvorbis libogg"
+
 SRC_URI = "http://downloads.us.xiph.org/releases/icecast/${PN}-${PV}.tar.gz"
 
 S = "${WORKDIR}/${PN}-${PV}"