add pygame need for older games newest version from pygame

This commit is contained in:
groni
2018-05-10 14:13:10 +02:00
parent 4c2cd1b73b
commit d52b920d79
12 changed files with 518 additions and 2 deletions
@@ -0,0 +1,26 @@
diff --git a/config_unix.py b/config_unix.py
index c888c28..942a750 100644
--- a/config_unix.py
+++ b/config_unix.py
@@ -147,7 +147,7 @@ def main():
Dependency('JPEG', 'jpeglib.h', 'libjpeg', ['jpeg']),
Dependency('SCRAP', '', 'libX11', ['X11']),
Dependency('PORTMIDI', 'portmidi.h', 'libportmidi.so', ['portmidi']),
- Dependency('PORTTIME', 'porttime.h', 'libporttime.so', ['porttime']),
+ Dependency('PORTTIME', 'porttime.h', 'libportmidi.so', ['portmidi']),
#Dependency('GFX', 'SDL_gfxPrimitives.h', 'libSDL_gfx.so', ['SDL_gfx']),
]
if not DEPS[0].found:
diff --git a/Setup.in b/Setup.in
index 4bb6c1c..c90174f 100644
--- a/Setup.in
+++ b/Setup.in
@@ -16,7 +16,7 @@ PNG = -lpng
JPEG = -ljpeg
SCRAP = -lX11
PORTMIDI = -lportmidi
-PORTTIME = -lporttime
+PORTTIME =
#--EndConfig
#DEBUG = -C-W -C-Wall