From ba9eb8bffdf7cfdf085528442a66a265aa394842 Mon Sep 17 00:00:00 2001 From: Tarek Soliman Date: Fri, 2 Dec 2011 21:26:40 -0600 Subject: [PATCH] MAEMO: Fix compile error when using Maemo 5 SDK Thanks NerdKnight --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 1ef883e96fe..baf213fe428 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"