diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2008-08-04 13:25:51 +0000 |
---|---|---|
committer | Thomas Kunze <thommycheck@gmx.de> | 2008-08-04 13:25:51 +0000 |
commit | 89b85eda60769fe941a2e64ea4d296617befc2af (patch) | |
tree | f10b4bb39f8fe221b930623636d1d4ce3b74b251 /packages/dgen/dgen-sdl_1.23.bb | |
parent | 7efe32a8489c41f1fedb5bcca5b4ffdbc4713359 (diff) | |
parent | 810fb5eba6f2e57ce61b96361fb3445aac331ddf (diff) |
merge of '59560bb699e5c53442482270321f0392e8772228'
and 'd7ac2578b689d01a8d9b17579781f0f7a6926ebd'
Diffstat (limited to 'packages/dgen/dgen-sdl_1.23.bb')
-rw-r--r-- | packages/dgen/dgen-sdl_1.23.bb | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/packages/dgen/dgen-sdl_1.23.bb b/packages/dgen/dgen-sdl_1.23.bb index 00a39f9ce1..e682a3163d 100644 --- a/packages/dgen/dgen-sdl_1.23.bb +++ b/packages/dgen/dgen-sdl_1.23.bb @@ -1,12 +1,14 @@ -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" +SECTION = "x11/games" +LICENSE = "BSD" + +SRC_URI = "\ + http://pknet.com/~joe/${PN}-${PV}.tar.gz \ + file://fix-configure-and-make.patch;patch=1 \ +" + +inherit autotools EXTRA_OECONF = " --disable-sdltest --without-x --without-opengl --without-nasm --without-mmx --without-star" |