diff options
| author | raveit65 <[email protected]> | 2015-09-30 23:08:14 +0200 | 
|---|---|---|
| committer | raveit65 <[email protected]> | 2015-09-30 23:08:14 +0200 | 
| commit | 4eb96076bc143ca1700d5941ec802c51294d0fed (patch) | |
| tree | 08be93410e6ea0a2a1b8f74ea18f51c6882b28e4 | |
| parent | 185c587fc8c05319de9d0d4978bf5c6bbbf9115f (diff) | |
| download | eom-4eb96076bc143ca1700d5941ec802c51294d0fed.tar.bz2 eom-4eb96076bc143ca1700d5941ec802c51294d0fed.tar.xz | |
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.
| -rw-r--r-- | configure.ac | 4 | 
1 files changed, 1 insertions, 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 | 
