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 /libsdl | |
parent | f8a5baa72454d255ee67607e70eccded45c451c9 (diff) |
This changes makes libsdl-qpe work with python-pygame. Patch courtesy mithro
BKrev: 40a0d84b_NxrNea2FT93LpGWX2S1Yg
Diffstat (limited to 'libsdl')
-rw-r--r-- | libsdl/libsdl-qpe-1.2.7/pygame.patch | 0 | ||||
-rw-r--r-- | libsdl/libsdl-qpe_1.2.7.oe | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/libsdl/libsdl-qpe-1.2.7/pygame.patch b/libsdl/libsdl-qpe-1.2.7/pygame.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/libsdl/libsdl-qpe-1.2.7/pygame.patch diff --git a/libsdl/libsdl-qpe_1.2.7.oe b/libsdl/libsdl-qpe_1.2.7.oe index baf130fd0f..14957e02b6 100644 --- a/libsdl/libsdl-qpe_1.2.7.oe +++ b/libsdl/libsdl-qpe_1.2.7.oe @@ -7,6 +7,7 @@ PROVIDES = "virtual/libsdl" SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ file://${FILESDIR}/agawa-piro-mickey.patch;patch=1 \ + file://${FILESDIR}/pygame.patch;patch=1 \ file://${FILESDIR}/gcc34.patch;patch=1" S = "${WORKDIR}/SDL-${PV}" |