diff options
author | Phil Blundell <philb@gnu.org> | 2004-10-03 20:33:40 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-10-03 20:33:40 +0000 |
commit | 33cbecaa892fc70865752f960d5c55b1d178d7e5 (patch) | |
tree | f03c7d857df7df7486b0220e264c34d99c1f7169 /snes9x | |
parent | 8b4359a464371d34ddae8f14b5b2397e912d0ba3 (diff) |
snes9x build fixes
BKrev: 41606224B_1QbMSP4lUOjuk75-BYWA
Diffstat (limited to 'snes9x')
-rw-r--r-- | snes9x/snes9x/private.patch | 0 | ||||
-rw-r--r-- | snes9x/snes9x_1.43-WIP1.oe | 22 |
2 files changed, 22 insertions, 0 deletions
diff --git a/snes9x/snes9x/private.patch b/snes9x/snes9x/private.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/snes9x/snes9x/private.patch diff --git a/snes9x/snes9x_1.43-WIP1.oe b/snes9x/snes9x_1.43-WIP1.oe index e69de29bb2..fe79aa90dc 100644 --- a/snes9x/snes9x_1.43-WIP1.oe +++ b/snes9x/snes9x_1.43-WIP1.oe @@ -0,0 +1,22 @@ +DEPENDS = "libxxf86dga libxxf86vm" + +SRC_URI = "http://www.lysator.liu.se/snes9x/1.43-WIP1/snes9x-1.43-WIP1-src.tar.gz \ + file://makefile.patch;patch=1;pnum=2 \ + file://private.patch;patch=1;pnum=0" + +S = "${WORKDIR}/snes9x-1.43-dev-src/snes9x" + +inherit autotools + +export OECFLAGS="${CFLAGS}" +export OELDFLAGS="${LDFLAGS}" + +do_configure() { + oe_runconf +} + +do_install() { + install -d ${D}${bindir} + install snes9x ${D}${bindir} +} + |