From: Andreas Oberritter Date: Wed, 8 Dec 2010 21:01:55 +0000 (+0000) Subject: libtheora: depend on virtual/libsdl instead of libsdl-x11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9e434d00a531a77328dba6100612f0b4b902668;p=openembedded.git libtheora: depend on virtual/libsdl instead of libsdl-x11 Signed-off-by: Andreas Oberritter --- diff --git a/recipes/libtheora/libtheora_0.9+1.0alpha7.bb b/recipes/libtheora/libtheora_0.9+1.0alpha7.bb index 2fbce48f8c..952a51260e 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"