summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2010-12-08 21:01:55 +0000
committerAndreas Oberritter <obi@opendreambox.org>2010-12-09 22:32:27 +0100
commite9e434d00a531a77328dba6100612f0b4b902668 (patch)
tree357b909b029d08c03b28644b752a1f56036ddd0c
parent561f8a77b5eeb2d8706bdb64f486b19da7e51259 (diff)
downloadopenembedded-e9e434d00a531a77328dba6100612f0b4b902668.tar.gz
libtheora: depend on virtual/libsdl instead of libsdl-x11
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
-rw-r--r--recipes/libtheora/libtheora_0.9+1.0alpha7.bb2
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 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"