From patchwork Wed Dec 8 13:01:55 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3/8] libtheora: depend on virtual/libsdl instead of libsdl-x11 Date: Wed, 08 Dec 2010 13:01:55 -0000 From: Andreas Oberritter X-Patchwork-Id: 24 Message-Id: <1291813320-24770-3-git-send-email-obi@opendreambox.org> To: openembedded-devel@lists.openembedded.org Signed-off-by: Andreas Oberritter --- recipes/libtheora/libtheora_0.9+1.0alpha7.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/recipes/libtheora/libtheora_0.9+1.0alpha7.bb b/recipes/libtheora/libtheora_0.9+1.0alpha7.bb index 2fbce48..952a512 100644 --- a/recipes/libtheora/libtheora_0.9+1.0alpha7.bb +++ b/recipes/libtheora/libtheora_0.9+1.0alpha7.bb @@ -1,5 +1,5 @@ -DEPENDS = "libogg libvorbis libsdl-x11" +DEPENDS = "libogg libvorbis virtual/libsdl" SRC_URI = "http://downloads.xiph.org/releases/theora/libtheora-1.0alpha7.tar.gz"