summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDexuan Cui <dexuan.cui@intel.com>2010-10-21 14:54:34 +0800
committerSaul Wold <Saul.Wold@intel.com>2010-10-22 11:12:40 -0700
commit1a3140eaf6c789d318e95f89d4b626dbc7b135e2 (patch)
tree39dab6b3de90354aa6da4941a9f515d9317db252
parente34401720d6337b361eff550829f2022cf99fc0e (diff)
downloadpoky-1a3140eaf6c789d318e95f89d4b626dbc7b135e2.tar.gz
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>
-rw-r--r--meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb4
1 files changed, 3 insertions, 1 deletions
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"
4SECTION = "libs" 4SECTION = "libs"
5LICENSE = "BSD" 5LICENSE = "BSD"
6 6
7PR = "r0" 7DEPENDS = "libogg"
8
9PR = "r1"
8 10
9SRC_URI = "http://downloads.xiph.org/releases/theora/libtheora-${PV}.tar.bz2 \ 11SRC_URI = "http://downloads.xiph.org/releases/theora/libtheora-${PV}.tar.bz2 \
10 file://no-docs.patch" 12 file://no-docs.patch"