From: Andreas Oberritter Date: Wed, 8 Dec 2010 21:01:54 +0000 (+0000) Subject: libsdl: depend on virtual/libsdl instead of libsdl-x11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=186d009f4c9f4f4c231e72153c086996ab20c6a8;p=openembedded.git libsdl: depend on virtual/libsdl instead of libsdl-x11 Signed-off-by: Andreas Oberritter --- 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"