surpport seeking the recorded video
[vuplus_openembedded] / recipes / mokomaze / mokomaze_0.5.5.bb
1 DESCRIPTION="Classic game where you control a steel ball by tilting a wooden labyrinth"
2 HOMEPAGE="http://mokomaze.projects.openmoko.org/"
3 SECTION="x11/games"
4 PRIORITY="optional"
5 LICENSE="GPLv3"
6 DEPENDS="libsdl-ttf libsdl-image ode"
7 RDEPENDS="ttf-liberation-mono libpng"
8
9 RDEPENDS_shr += "fsoraw"
10
11 PR="r2"
12 PV="0.5.5+git8"
13
14
15 SRC_URI="http://mokomaze.projects.openmoko.org/files/${PN}-${PV}.tar.gz"
16
17 SRC_URI_append_shr = " file://fsoraw.patch;patch=1"
18
19 inherit autotools
20
21 EXTRA_OECONF="FONTDIR=${datadir}/fonts/truetype --enable-rgb-swap"
22
23 # needed for ode
24 LDFLAGS += "-lstdc++"
25