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

git version control git at git.openembedded.org
Wed Jun 3 20:07:03 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: 64654c0a903066639f64fee0d458c84023b3784a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=64654c0a903066639f64fee0d458c84023b3784a

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