[hbbtv/youtubetv] Fixed hanup bug and segmentation fault on 3rd-party images.
[vuplus_openembedded] / recipes / toppler / toppler_1.1.3.bb
1 DESCRIPTION = "A game where you have to climb a tower and avoid different obstacles."
2 SECTION = "games"
3 PRIORITY = "optional"
4 DEPENDS = "zlib virtual/libsdl libsdl-mixer"
5 LICENSE = "GPL"
6
7 PR = "r0"
8
9 SRC_URI = "\
10   ${SOURCEFORGE_MIRROR}/toppler/toppler-${PV}.tar.gz \
11   "
12
13 inherit autotools
14
15 EXTRA_OECONF = "--disable-sdltest"
16