From: Klaus Kurzmann Date: Mon, 8 Dec 2008 16:08:54 +0000 (+0100) Subject: numptyphysics: depend on libpng X-Git-Tag: Release-2010-05/1~4069^2~13^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ac38d695142a695619ef99739e8c173463cd53d;p=openembedded.git numptyphysics: depend on libpng --- diff --git a/packages/numptyphysics/numptyphysics_svn.bb b/packages/numptyphysics/numptyphysics_svn.bb index 6dc49649d0..56187d7bb0 100644 --- a/packages/numptyphysics/numptyphysics_svn.bb +++ b/packages/numptyphysics/numptyphysics_svn.bb @@ -1,6 +1,7 @@ DESCRIPTION = "Numpty Physics is a drawing puzzle game in the spirit (and style?) \ of Crayon Physics using the same excellent Box2D engine." DEPENDS = "virtual/libsdl libsdl-image libpng" +RDEPENDS += "libpng" LICENSE = "GPL" HOMEPAGE = "http://numptyphysics.garage.maemo.org/" SECTION = "x11/games"