From 6522944f53532d3bef65f293cf5d4014b7a25fc8 Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Fri, 2 Oct 2009 15:34:24 +0200 Subject: [PATCH] change SDL linking to work with newer SDL versions again --- src/sim/sdl_helper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2