aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTarek Soliman2011-12-02 21:26:40 -0600
committerTarek Soliman2011-12-02 21:31:29 -0600
commitba9eb8bffdf7cfdf085528442a66a265aa394842 (patch)
tree00344bb0ed77449455a0156dac3f5e5535f41234
parent0e1be9e6a1adbd9383e596c6efe24c070a29c32d (diff)
downloadscummvm-rg350-ba9eb8bffdf7cfdf085528442a66a265aa394842.tar.gz
scummvm-rg350-ba9eb8bffdf7cfdf085528442a66a265aa394842.tar.bz2
scummvm-rg350-ba9eb8bffdf7cfdf085528442a66a265aa394842.zip
MAEMO: Fix compile error when using Maemo 5 SDK
Thanks NerdKnight
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 1ef883e96f..baf213fe42 100755
--- a/configure
+++ b/configure
@@ -2293,6 +2293,7 @@ if test -n "$_host"; then
CXXFLAGS="$CXXFLAGS -fomit-frame-pointer"
INCLUDES="$INCLUDES -I/usr/X11R6/include"
LIBS="$LIBS -lpthread"
+ LIBS="$LIBS -lX11"
LIBS="$LIBS -L/usr/lib"
_backend="maemo"