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 Richard Purdie
parent fd4457199e
commit 0068e55d8f
1 changed files with 3 additions and 1 deletions

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"