[gnome-power-manager] Remove -DGDK_DISABLE_DEPRECATED pending GDK device port



commit 87df025e605ee9c53ebe2bc9872c8d2f1d9af76c
Author: Craig Keogh <cskeogh adam com au>
Date:   Sun Dec 26 13:25:24 2010 +1030

    Remove -DGDK_DISABLE_DEPRECATED pending GDK device port
    
    https://bugzilla.gnome.org/show_bug.cgi?id=638024

 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 8159943..a1394d7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,7 +39,8 @@ if test x$enable_strict != xno; then
 	CPPFLAGS="$CPPFLAGS -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES"
 #	CPPFLAGS="$CPPFLAGS -DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED"
 # -DGTK_DISABLE_DEPRECATED removed until module has been ported to GtkStyleContext
-	CPPFLAGS="$CPPFLAGS -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED"
+# -DGDK_DISABLE_DEPRECATED removed until module has been ported to gdk device API
+	CPPFLAGS="$CPPFLAGS -DG_DISABLE_DEPRECATED"
 	CPPFLAGS="$CPPFLAGS -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE"
 	CPPFLAGS="$CPPFLAGS -DGSEAL_ENABLE"
 	if test "$GCC" = "yes"; then



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]