diff options
-rw-r--r-- | meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb | 4 |
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" | |||
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | LICENSE = "BSD" | 5 | LICENSE = "BSD" |
6 | 6 | ||
7 | PR = "r0" | 7 | DEPENDS = "libogg" |
8 | |||
9 | PR = "r1" | ||
8 | 10 | ||
9 | SRC_URI = "http://downloads.xiph.org/releases/theora/libtheora-${PV}.tar.bz2 \ | 11 | SRC_URI = "http://downloads.xiph.org/releases/theora/libtheora-${PV}.tar.bz2 \ |
10 | file://no-docs.patch" | 12 | file://no-docs.patch" |