| Submitter | Andreas Oberritter |
|---|---|
| Date | Dec. 8, 2010, 1:01 p.m. |
| Message ID | <1291813320-24770-2-git-send-email-obi@opendreambox.org> |
| Download | mbox | patch |
| Permalink | /patch/23/ |
| State | Accepted |
| Commit | 186d009f4c9f4f4c231e72153c086996ab20c6a8 |
| Headers | show |
Comments
Patch
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"
Signed-off-by: Andreas Oberritter <obi@opendreambox.org> --- recipes/libsdl/pushover_0.0.1.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)