]> code.ossystems Code Review - openembedded-core.git/commitdiff
libtheora: add DEPENDS on libogg
authorDexuan Cui <dexuan.cui@intel.com>
Thu, 21 Oct 2010 06:54:34 +0000 (14:54 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 22 Oct 2010 09:24:10 +0000 (10:24 +0100)
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>
meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb

index 6e73a790f22d999e62a5779e20eee8d6b4bec6f5..e9646828a8c14fda67a0ac25d420295f96a7954e 100644 (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"