summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2010-12-08 21:01:54 +0000
committerAndreas Oberritter <obi@opendreambox.org>2010-12-09 22:32:17 +0100
commit186d009f4c9f4f4c231e72153c086996ab20c6a8 (patch)
treef04b981bf1758eccc8614f590cc566a73ebe0229
parent618653b0b6bdb121231f54b4caa70719b6460518 (diff)
downloadopenembedded-186d009f4c9f4f4c231e72153c086996ab20c6a8.tar.gz
libsdl: depend on virtual/libsdl instead of libsdl-x11
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
-rw-r--r--recipes/libsdl/pushover_0.0.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libsdl/pushover_0.0.1.bb b/recipes/libsdl/pushover_0.0.1.bb
index fb8127913a..c73b14543e 100644
--- a/recipes/libsdl/pushover_0.0.1.bb
+++ b/recipes/libsdl/pushover_0.0.1.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "Pushover is a fun puzzle game originally published by Ocean in 1992. In this game you control an ant that can walk along platforms that are connected with ladders. On those platforms are dominos that need to fall according to some rules."
LICENSE = "GPLv3"
-DEPENDS = "lua5.1 libsdl-x11 libsdl-mixer libsdl-ttf"
+DEPENDS = "lua5.1 virtual/libsdl libsdl-mixer libsdl-ttf"
SRC_URI = "${SOURCEFORGE_MIRROR}/pushover/pushover-${PV}.tar.gz"