From: Michael Gernoth Date: Fri, 2 Oct 2009 13:34:24 +0000 (+0200) Subject: change SDL linking to work with newer SDL versions again X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis/commitdiff_plain/6522944f53532d3bef65f293cf5d4014b7a25fc8 change SDL linking to work with newer SDL versions again --- diff --git a/src/sim/sdl_helper b/src/sim/sdl_helper index c0dfdb8..07ba129 100644 --- a/src/sim/sdl_helper +++ b/src/sim/sdl_helper @@ -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