diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-05-11 13:42:35 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-05-11 13:42:35 +0000 |
commit | 34c2008f8cf3e80f979f5e77584b1cd97dd041af (patch) | |
tree | fd1566b4fea522d27d2d12da92fc4e57e61d2c17 /python | |
parent | f8a5baa72454d255ee67607e70eccded45c451c9 (diff) |
This changes makes libsdl-qpe work with python-pygame. Patch courtesy mithro
BKrev: 40a0d84b_NxrNea2FT93LpGWX2S1Yg
Diffstat (limited to 'python')
-rw-r--r-- | python/python-pygame-1.6/qpe.patch | 0 | ||||
-rw-r--r-- | python/python-pygame_1.6.oe | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/python/python-pygame-1.6/qpe.patch b/python/python-pygame-1.6/qpe.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/python/python-pygame-1.6/qpe.patch diff --git a/python/python-pygame_1.6.oe b/python/python-pygame_1.6.oe index 90c7d5c9a6..dd2dd42431 100644 --- a/python/python-pygame_1.6.oe +++ b/python/python-pygame_1.6.oe @@ -6,7 +6,8 @@ RDEPENDS = "python-core python-numeric" DEPENDS = "virtual/libc virtual/libsdl libsdl-image libsdl-mixer libsdl-net libsdl-ttf smpeg python-numeric" SRCNAME = "pygame" -SRC_URI = "http://www.pygame.org/ftp/${SRCNAME}-${PV}.tar.gz" +SRC_URI = "http://www.pygame.org/ftp/${SRCNAME}-${PV}.tar.gz \ + file://${FILESDIR}/qpe.patch;patch=1" S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils |