aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dgen/dgen-sdl_1.23.bb
blob: 00a39f9ce185820f2e8e1efc739e5d5d70325298 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
inherit autotools

DEFAULT_PREFERENCE = "-1"

SECTION = "x11/games"
DESCRIPTION = "DGen/SDL is a Sega Genesis/Mega-drive emulator."
DEPENDS = "virtual/libsdl"
SRC_URI = "http://pknet.com/~joe/${PN}-${PV}.tar.gz \
	   file://fix-configure-and-make.patch;patch=1"

EXTRA_OECONF = " --disable-sdltest --without-x --without-opengl --without-nasm --without-mmx --without-star"

do_compile () {
	oe_runmake 'HOSTCC=${BUILD_CC}'
}