libtheora: add DEPENDS on libogg

This is used to fix the following build failure:

 checking for oggpackB_read... no
| configure: error: newer libogg version (1.1 or later) required

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
This commit is contained in:
Dexuan Cui
2010-10-21 14:54:34 +08:00
committed by Saul Wold
parent e34401720d
commit 1a3140eaf6

View File

@@ -4,7 +4,9 @@ BUGTRACKER = "https://trac.xiph.org/newticket"
SECTION = "libs"
LICENSE = "BSD"
PR = "r0"
DEPENDS = "libogg"
PR = "r1"
SRC_URI = "http://downloads.xiph.org/releases/theora/libtheora-${PV}.tar.bz2 \
file://no-docs.patch"