From: Holger Freyther Date: Fri, 25 Jan 2008 16:29:08 +0000 (+0000) Subject: packages/libogg/libtheora: The encoder example is using vorbis add it to the DEPENDS X-Git-Tag: Release-2010-05/1~7838^2~1^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b10df715600a249450cb61f50fc5916a80ca43a;p=openembedded.git packages/libogg/libtheora: The encoder example is using vorbis add it to the DEPENDS Add libvorbis to the DEPENDS as the encoder example is using libvorbis. --- diff --git a/packages/libogg/libtheora_0.9+1.0alpha7.bb b/packages/libogg/libtheora_0.9+1.0alpha7.bb index 67ec27b560..5a372b65a1 100644 --- a/packages/libogg/libtheora_0.9+1.0alpha7.bb +++ b/packages/libogg/libtheora_0.9+1.0alpha7.bb @@ -1,5 +1,5 @@ -DEPENDS = "libogg libsdl-x11" +DEPENDS = "libogg libvorbis libsdl-x11" SRC_URI = "http://downloads.xiph.org/releases/theora/libtheora-1.0alpha7.tar.gz"