aboutsummaryrefslogtreecommitdiffstats
path: root/snes9x
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-10-03 20:33:40 +0000
committerPhil Blundell <philb@gnu.org>2004-10-03 20:33:40 +0000
commit33cbecaa892fc70865752f960d5c55b1d178d7e5 (patch)
treef03c7d857df7df7486b0220e264c34d99c1f7169 /snes9x
parent8b4359a464371d34ddae8f14b5b2397e912d0ba3 (diff)
downloadopenembedded-33cbecaa892fc70865752f960d5c55b1d178d7e5.tar.gz
snes9x build fixes
BKrev: 41606224B_1QbMSP4lUOjuk75-BYWA
Diffstat (limited to 'snes9x')
-rw-r--r--snes9x/snes9x/private.patch0
-rw-r--r--snes9x/snes9x_1.43-WIP1.oe22
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}
+}
+