From: Matthias Clasen Date: Thu, 13 Oct 2011 21:58:12 +0000 (-0400) Subject: Pango has been converted to deprecation attributes X-Git-Tag: 3.4.0.1~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=75b1f001b9f3d5c55e50cd011e75f64bf44569c3;p=platform%2Fupstream%2Fgnome-common.git Pango has been converted to deprecation attributes --- diff --git a/macros2/gnome-common.m4 b/macros2/gnome-common.m4 index db3c787..7b53c78 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="ATK PANGO GDK_PIXBUF GCONF BONOBO BONOBO_UI GNOME LIBGLADE VTE GNOME_VFS WNCK LIBSOUP" + DOMAINS="ATK 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