diff mbox

Add libogg as RDEPENDS of libtheora

Message ID 1351181890-97242-1-git-send-email-yann.diorcet@belledonne-communications.com
State Accepted
Delegated to: Christian Sørensen
Headers show

Commit Message

Yann Diorcet Oct. 25, 2012, 4:18 p.m. UTC
---
 recipes/libtheora/libtheora_1.1.1.oe |    3 +++
 1 file changed, 3 insertions(+)

Comments

Esben Haabendal Dec. 14, 2012, 7:07 p.m. UTC | #1
Yann Diorcet <yann.diorcet@belledonne-communications.com> writes:

Acked-by: Esben Haabendal <esben@haabendal.dk>

> ---
>  recipes/libtheora/libtheora_1.1.1.oe |    3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/recipes/libtheora/libtheora_1.1.1.oe b/recipes/libtheora/libtheora_1.1.1.oe
> index f068835..8ea193c 100644
> --- a/recipes/libtheora/libtheora_1.1.1.oe
> +++ b/recipes/libtheora/libtheora_1.1.1.oe
> @@ -15,5 +15,8 @@ inherit auto-package-libs
>  AUTO_PACKAGE_LIBS = "theoradec theoraenc"
>  
>  DEPENDS_${PN} = "libc libgcc libogg"
> +RDEPENDS_${PN} = "libc libgcc libogg"
>  DEPENDS_${PN}-libtheoradec = "libc"
> +RDEPENDS_${PN}-libtheoradec = "libc"
>  DEPENDS_${PN}-libtheoraenc = "libc libgcc libogg"
> +RDEPENDS_${PN}-libtheoraenc = "libc libgcc libogg"
diff mbox

Patch

diff --git a/recipes/libtheora/libtheora_1.1.1.oe b/recipes/libtheora/libtheora_1.1.1.oe
index f068835..8ea193c 100644
--- a/recipes/libtheora/libtheora_1.1.1.oe
+++ b/recipes/libtheora/libtheora_1.1.1.oe
@@ -15,5 +15,8 @@  inherit auto-package-libs
 AUTO_PACKAGE_LIBS = "theoradec theoraenc"
 
 DEPENDS_${PN} = "libc libgcc libogg"
+RDEPENDS_${PN} = "libc libgcc libogg"
 DEPENDS_${PN}-libtheoradec = "libc"
+RDEPENDS_${PN}-libtheoradec = "libc"
 DEPENDS_${PN}-libtheoraenc = "libc libgcc libogg"
+RDEPENDS_${PN}-libtheoraenc = "libc libgcc libogg"