[oe-commits] Klaus Kurzmann : mokomaze: fix build for mokomaze 0.5.1

git version control git at git.openembedded.org
Sat May 30 18:16:49 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: fd7d6a5d09c20c721ffa6fab83203c7136b46722
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=fd7d6a5d09c20c721ffa6fab83203c7136b46722

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Sat May 30 20:16:40 2009 +0200

mokomaze: fix build for mokomaze 0.5.1

- rdepend on libpng
- set FONTDIR for configure not make
- add stdc++ to LDFLAGS (needed for ode)

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/mokomaze/mokomaze_0.5.1.bb |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/recipes/mokomaze/mokomaze_0.5.1.bb b/recipes/mokomaze/mokomaze_0.5.1.bb
index c0333d1..d6c6039 100644
--- a/recipes/mokomaze/mokomaze_0.5.1.bb
+++ b/recipes/mokomaze/mokomaze_0.5.1.bb
@@ -4,15 +4,17 @@ SECTION="x11/games"
 PRIORITY="optional"
 LICENSE="GPLv3"
 DEPENDS="libsdl-ttf libsdl-image ode"
-RDEPENDS="ttf-liberation-mono"
+RDEPENDS="ttf-liberation-mono libpng"
 
-PR="r4"
+PR="r5"
 SRC_URI="http://projects.openmoko.org/frs/download.php/813/${PN}-${PV}.tar.gz"
 
 S=${WORKDIR}/${PN}-${PV}
 
 inherit autotools
 
-EXTRA_OEMAKE="FONTDIR=${datadir}/fonts/truetype"
+EXTRA_OECONF="FONTDIR=${datadir}/fonts/truetype"
 
+# needed for ode
+LDFLAGS += "-lstdc++"
 





More information about the Openembedded-commits mailing list