aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dgen
diff options
context:
space:
mode:
authorChris Lord <chris@openedhand.com>2005-04-06 15:09:25 +0000
committerChris Lord <chris@openedhand.com>2005-04-06 15:09:25 +0000
commit1d0eb3c334e684db2752ec62ae64432ec2357a45 (patch)
treeee9217c27f919a443bd9c9c915c1785238fdb6d7 /packages/dgen
parent829fa2aa05291ea218876e42d566b056de053bd7 (diff)
downloadopenembedded-1d0eb3c334e684db2752ec62ae64432ec2357a45.tar.gz
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded/
into cwiiisdesktop.(none):/home/cwiiis/Dev/oe/openembedded 2005/04/06 16:08:29+01:00 (none)!cwiiis Small changes to default gpe settings (removed shortcut to terminal in default panel, fixed small error). 2005/04/06 16:06:48+01:00 (none)!cwiiis Fix typo in dgen-sdl_1.23.bb BKrev: 4253fba55k9KLccBD4Dpk6HBA3yWMA
Diffstat (limited to 'packages/dgen')
-rw-r--r--packages/dgen/dgen-sdl_1.23.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/dgen/dgen-sdl_1.23.bb b/packages/dgen/dgen-sdl_1.23.bb
index e69de29bb2..00a39f9ce1 100644
--- a/packages/dgen/dgen-sdl_1.23.bb
+++ b/packages/dgen/dgen-sdl_1.23.bb
@@ -0,0 +1,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}'
+}