[Scummvm-cvs-logs] scummvm master -> ba9eb8bffdf7cfdf085528442a66a265aa394842

tsoliman tarek at bashasoliman.com
Sat Dec 3 04:35:25 CET 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
ba9eb8bffd MAEMO: Fix compile error when using Maemo 5 SDK


Commit: ba9eb8bffdf7cfdf085528442a66a265aa394842
    https://github.com/scummvm/scummvm/commit/ba9eb8bffdf7cfdf085528442a66a265aa394842
Author: Tarek Soliman (tsoliman at scummvm.org)
Date: 2011-12-02T19:31:29-08:00

Commit Message:
MAEMO: Fix compile error when using Maemo 5 SDK

Thanks NerdKnight

Changed paths:
    configure



diff --git a/configure b/configure
index 1ef883e..baf213f 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"






More information about the Scummvm-git-logs mailing list