]> git.zerfleddert.de Git - micropolis/commitdiff
change SDL linking to work with newer SDL versions again
authorMichael Gernoth <michael@gernoth.net>
Fri, 2 Oct 2009 13:34:24 +0000 (15:34 +0200)
committerMichael Gernoth <michael@gernoth.net>
Fri, 2 Oct 2009 13:34:24 +0000 (15:34 +0200)
src/sim/sdl_helper

index c0dfdb8a637ef6ed4896ed3aff939c55268d6836..07ba12910b68ab629540e01bbecfad3bf26a0006 100644 (file)
@@ -1,5 +1,5 @@
 SDLINCLUDE="`pkg-config --cflags sdl 2>/dev/null`"
-SDLLIBS="`pkg-config --libs sdl 2>/dev/null`"
+SDLLIBS="`pkg-config --libs-only-L sdl 2>/dev/null` `pkg-config --libs-only-l sdl 2>/dev/null`"
 
 found=0
 
Impressum, Datenschutz