libdmx: Add fso-specs to DEPENDS
[openembedded.git] / recipes / dgen / dgen-sdl_1.23.bb
blobc66503f19d429ce9c758873f4c8c2f5f80c6480f
1 DESCRIPTION = "DGen/SDL is a Sega Genesis/Mega-drive emulator."
2 DEPENDS = "virtual/libsdl"
3 SECTION = "x11/games"
4 LICENSE = "BSD"
6 SRC_URI = "\
7 http://pknet.com/~joe/${PN}-${PV}.tar.gz \
8 file://fix-configure-and-make.patch;patch=1 \
11 inherit autotools
13 EXTRA_OECONF = " --disable-sdltest --without-x --without-opengl --without-nasm --without-mmx --without-star"
15 do_compile () {
16 oe_runmake 'HOSTCC=${BUILD_CC}'
19 SRC_URI[md5sum] = "b1896c1b21ddb152626aec2e8a157a3a"
20 SRC_URI[sha256sum] = "44396b3b324433187cf7082d1059cd9f519f02accddd667e627a57ff8514d436"