mirror of
https://git.yoctoproject.org/poky
synced 2026-02-27 03:49:41 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user