From 4eb96076bc143ca1700d5941ec802c51294d0fed Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 30 Sep 2015 23:08:14 +0200 Subject: drop dependency to mate-icon-theme The dependency is not really needed; depending on GTK+ should be enough to guarantee the presence of a spec-compliant icon theme. The dependency was added to eog in 2006 to be shure that stock_print-setup for for the "Page setup" is available, and droped in 2014. --- configure.ac | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index f464a3d..575f2ea 100644 --- a/configure.ac +++ b/configure.ac @@ -117,7 +117,6 @@ GLIB_REQUIRED=2.36.0 GIO_REQUIRED=2.36.0 MATE_DESKTOP_REQUIRED=1.9.1 GDKPIXBUF_REQUIRED=2.4.0 -MATE_ICON_THEME_REQUIRED=1.1.0 SHARED_MIME_INFO_REQUIRED=0.20 EXEMPI_REQUIRED=1.99.5 @@ -126,13 +125,12 @@ EOM_MODULES="gtk+-$GTK_API_VERSION >= $GTK_REQUIRED \ glib-2.0 >= $GLIB_REQUIRED \ $GMODULE_ADD \ gio-2.0 >= $GLIB_REQUIRED \ - gio-unix-2.0 >= $GLIB_REQUIRED \ + gio-unix-2.0 >= $GLIB_REQUIRED \ gthread-2.0 >= $GLIB_REQUIRED \ mate-desktop-2.0 >= $MATE_DESKTOP_REQUIRED \ gdk-pixbuf-2.0 >= $GDKPIXBUF_REQUIRED \ gio-2.0 >= $GIO_REQUIRED \ gtk+-unix-print-$GTK_API_VERSION >= $GTK_PRINT_REQUIRED \ - mate-icon-theme >= $MATE_ICON_THEME_REQUIRED \ shared-mime-info >= $SHARED_MIME_INFO_REQUIRED" # Introspection -- cgit v1.2.1