[network-manager-pptp/NM_0_8] build: remove unused GdkPixbuf stuff



commit 793b577946c0a813c0bff3b357fae6e02e84a832
Author: Dan Williams <dcbw redhat com>
Date:   Wed Apr 20 14:39:04 2011 -0500

    build: remove unused GdkPixbuf stuff

 auth-dialog/Makefile.am |    1 -
 configure.ac            |    4 ----
 properties/Makefile.am  |    1 -
 3 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/auth-dialog/Makefile.am b/auth-dialog/Makefile.am
index 9df6a51..ef33ba8 100644
--- a/auth-dialog/Makefile.am
+++ b/auth-dialog/Makefile.am
@@ -12,7 +12,6 @@ nm_pptp_auth_dialog_CPPFLAGS =			\
 	-DUIDIR=\""$(uidir)"\"			\
 	-DBINDIR=\""$(bindir)"\"		\
 	-DG_DISABLE_DEPRECATED			\
-	-DGDK_DISABLE_DEPRECATED		\
 	-DGNOME_DISABLE_DEPRECATED		\
 	-DGNOMELOCALEDIR=\"$(datadir)/locale\"	\
 	-DVERSION=\"$(VERSION)\"
diff --git a/configure.ac b/configure.ac
index ab2524e..9193714 100644
--- a/configure.ac
+++ b/configure.ac
@@ -82,10 +82,6 @@ if test x"$with_gnome" != xno; then
 	AC_SUBST(GTK_CFLAGS)
 	AC_SUBST(GTK_LIBS)
 
-	PKG_CHECK_MODULES(GDK_PIXBUF, gdk-pixbuf-2.0)
-	AC_SUBST(GDK_PIXBUF_CFLAGS)
-	AC_SUBST(GDK_PIXBUF_LIBS)
-
 	PKG_CHECK_MODULES(GCONF, gconf-2.0)
 	AC_SUBST(GCONF_CFLAGS)
 	AC_SUBST(GCONF_LIBS)
diff --git a/properties/Makefile.am b/properties/Makefile.am
index a83cd27..8d838c8 100644
--- a/properties/Makefile.am
+++ b/properties/Makefile.am
@@ -21,7 +21,6 @@ libnm_pptp_properties_la_CFLAGS =                       \
         -DICONDIR=\""$(datadir)/pixmaps"\"              \
         -DUIDIR=\""$(uidir)"\"                          \
         -DG_DISABLE_DEPRECATED                          \
-        -DGDK_DISABLE_DEPRECATED                        \
         -DGNOME_DISABLE_DEPRECATED                      \
         -DGNOMELOCALEDIR=\"$(datadir)/locale\"          \
         -DVERSION=\"$(VERSION)\"



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