From patchwork Wed Dec 8 13:01:54 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2/8] libsdl: depend on virtual/libsdl instead of libsdl-x11 Date: Wed, 08 Dec 2010 13:01:54 -0000 From: Andreas Oberritter X-Patchwork-Id: 23 Message-Id: <1291813320-24770-2-git-send-email-obi@opendreambox.org> To: openembedded-devel@lists.openembedded.org Signed-off-by: Andreas Oberritter --- recipes/libsdl/pushover_0.0.1.bb | 2 +- 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 fb81279..c73b145 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"