[maemo-commits] [maemo-commits] r11887 - projects/haf/trunk/gtk+

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon May 28 13:46:50 EEST 2007
Author: xan
Date: 2007-05-28 13:46:49 +0300 (Mon, 28 May 2007)
New Revision: 11887

Modified:
   projects/haf/trunk/gtk+/configure.in
Log:
Forgot to commit configure.in for GtkMenuShell bug.


Modified: projects/haf/trunk/gtk+/configure.in
===================================================================
--- projects/haf/trunk/gtk+/configure.in	2007-05-28 10:46:26 UTC (rev 11886)
+++ projects/haf/trunk/gtk+/configure.in	2007-05-28 10:46:49 UTC (rev 11887)
@@ -1335,13 +1335,13 @@
   fi
 
   if $have_randr ; then
-     AC_DEFINE(HAVE_RANDR, 1, Have the Xrandr extension library)
+     AC_DEFINE(HAVE_RANDR, 1, [Have the Xrandr extension library])
   fi
        
   # Checks for Xcursor library
   
   if $PKG_CONFIG --exists xcursor ; then
-    AC_DEFINE(HAVE_XCURSOR, 1, Have the Xcursor library)
+    AC_DEFINE(HAVE_XCURSOR, 1, [Have the Xcursor library])
     
     X_PACKAGES="$X_PACKAGES xcursor"
   fi
@@ -1349,12 +1349,20 @@
   # Checks for XFixes extension
   
   if $PKG_CONFIG --exists xfixes ; then
-    AC_DEFINE(HAVE_XFIXES, 1, Have the XFIXES X extension)
+    AC_DEFINE(HAVE_XFIXES, 1, [Have the XFIXES X extension])
     
     X_PACKAGES="$X_PACKAGES xfixes"
     GTK_PACKAGES_FOR_X="$GTK_PACKAGES_FOR_X xfixes"
   fi
+  
+  if $PKG_CONFIG --exists xtst ; then
+    AC_DEFINE(HAVE_XTST, 1, [Have the XTST X extension])
+    
+    X_PACKAGES="$X_PACKAGES xtst"
+    GTK_PACKAGES_FOR_X="$GTK_PACKAGES_FOR_X xtst"
+  fi
 
+
   if $have_base_x_pc ; then
     GDK_EXTRA_LIBS="$x_extra_libs"
   else


More information about the maemo-commits mailing list