Description: enable deprecated GTK components
 libpanel-applet-4-dev uses GtkActionGroup which is now deprecated since a recent GTK upload, so we need to
 stop defining GTK_DISABLE_DEPRECATED to fix the FTBFS. I presume that this is
 rather distro-specific due to upload ordering and is not required upstream.
Author: Robie Basak <robie.basak@ubuntu.com>
Forwarded: not-needed
Last-Update: 2013-12-18

--- a/configure.ac
+++ b/configure.ac
@@ -28,7 +28,7 @@
 AC_PROG_INTLTOOL
 
 # ========== export compiler / linker options ======== #
-CFLAGS+=" -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED"
+CFLAGS+=" -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED"
 AC_SUBST(CFLAGS)
 AC_SUBST(CPPFLAGS)
 AC_SUBST(LDFLAGS)
