aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure b/configure
index 87812379a5..f77993eaa0 100755
--- a/configure
+++ b/configure
@@ -2308,10 +2308,9 @@ case $_backend in
fi
;;
samsungtv)
- _sdlconfig="sdl-config"
find_sdlconfig
- INCLUDES="$INCLUDES `$_sdlconfig --cflags`"
- LIBS="$LIBS `$_sdlconfig --libs`"
+ INCLUDES="$INCLUDES `$_sdlconfig --prefix="$_sdlpath" --cflags`"
+ LIBS="$LIBS `$_sdlconfig --prefix="$_sdlpath" --libs`"
DEFINES="$DEFINES -DSDL_BACKEND -DSAMSUNGTV"
LDFLAGS="$LDFLAGS -shared -fpic -Wl,-whole-archive"
MODULES="$MODULES backends/platform/sdl"