diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-01-24 20:51:52 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-01-24 20:51:52 +0000 |
commit | 558e3b862222fb94a8edcd7b25f50e6b0ba153bb (patch) | |
tree | 5707485bb5d1f72388bc95306644f1ba782e3f8e /frodo/frodo_4.2.oe | |
parent | d742e651089ae82f814c1b4bc1d429f78a5e295f (diff) |
the opie+qtopia.patch for Frodo was accepted and integrated by the upstream author
BKrev: 4012dae8uIlI86jSPF-eVLf3SkuuDA
Diffstat (limited to 'frodo/frodo_4.2.oe')
-rw-r--r-- | frodo/frodo_4.2.oe | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/frodo/frodo_4.2.oe b/frodo/frodo_4.2.oe index e69de29bb2..1b4ae74501 100644 --- a/frodo/frodo_4.2.oe +++ b/frodo/frodo_4.2.oe @@ -0,0 +1,15 @@ +DESCRIPTION="C64 Emulator based on SDL" +SECTION="base" +PRIORITY="optional" +RDEPENDS="libc6 libsdl-qpe" +DEPENDS=virtual/libc libsdl-qpe + +SRC_URI = cvs://anoncvs:anoncvs@down.physik.uni-mainz.de/cvs;module=Frodo4 \ + file://${FILESDIR}/m4.patch;patch=1 \ + file://${FILESDIR}/configure.patch;patch=1 +S = ${WORKDIR}/Frodo4/Src + +inherit autotools libtool + +CFLAGS_append = " -DQTOPIA" + |