diff options
Diffstat (limited to 'meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb')
-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 6e73a79..e964682 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" |