diff options
| author | John Bowler <jbowler@nslu2-linux.org> | 2005-08-10 15:39:48 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-10 15:39:48 +0000 |
| commit | 62e219ad0c2a107325e80a870cfa45f63e4bac44 (patch) | |
| tree | 4d76941bc8adc5cee18046e7091dd4f0b869a13e /packages | |
| parent | e141135f17e165f90df540cfee818c6e5047e5a8 (diff) | |
Add missing DEPENDS on vorbis.
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/icecast/icecast_2.2.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/icecast/icecast_2.2.0.bb b/packages/icecast/icecast_2.2.0.bb index 0612c28da5..1511f6dcfc 100644 --- a/packages/icecast/icecast_2.2.0.bb +++ b/packages/icecast/icecast_2.2.0.bb @@ -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}" |
