summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-10-13 17:58:12 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-10-13 17:58:12 -0400
commit75b1f001b9f3d5c55e50cd011e75f64bf44569c3 (patch)
treeba205a249a02b16d7f6368c3f62e8443cf82e919
parent75232b9ec261125568633f417df1d89256974c4b (diff)
downloadgnome-common-75b1f001b9f3d5c55e50cd011e75f64bf44569c3.tar.gz
Pango has been converted to deprecation attributes
-rw-r--r--macros2/gnome-common.m42
1 files changed, 1 insertions, 1 deletions
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