From 0068e55d8f64ae13a1049c37164e8b14dc33f53f Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Thu, 21 Oct 2010 14:54:34 +0800 Subject: 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 --- meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta/recipes-multimedia/libtheora') diff --git a/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb b/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb index 6e73a790f2..e9646828a8 100644 --- a/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb +++ b/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb @@ -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" -- cgit 1.2.3-korg