[gnome-common] Don't break the build with deprecations



commit 75232b9ec261125568633f417df1d89256974c4b
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Oct 12 12:32:49 2011 -0400

    Don't break the build with deprecations
    
    At least for glib/gdk/gtk, we now have deprecation compiler warnings
    set up, so there is no need to forcibly break everybody's build
    just to get them to notice deprecations.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=661273

 macros2/gnome-common.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/macros2/gnome-common.m4 b/macros2/gnome-common.m4
index f5c60e0..db3c787 100644
--- a/macros2/gnome-common.m4
+++ b/macros2/gnome-common.m4
@@ -45,7 +45,7 @@ AC_DEFUN([GNOME_MAINTAINER_MODE_DEFINES],
 
 	DISABLE_DEPRECATED=""
 	if test $USE_MAINTAINER_MODE = yes; then
-	        DOMAINS="G ATK PANGO GDK GDK_PIXBUF GTK GCONF BONOBO BONOBO_UI GNOME LIBGLADE VTE GNOME_VFS WNCK LIBSOUP"
+	        DOMAINS="ATK PANGO GDK_PIXBUF GCONF BONOBO BONOBO_UI GNOME LIBGLADE VTE GNOME_VFS WNCK LIBSOUP"
 	        for DOMAIN in $DOMAINS; do
 	               DISABLE_DEPRECATED="$DISABLE_DEPRECATED -D${DOMAIN}_DISABLE_DEPRECATED -D${DOMAIN}_DISABLE_SINGLE_INCLUDES"
 	        done



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