[evince] Update to depend on adwaita-icon-theme



commit 47e369928a994eae0d0e9244e0a0079fe3f25a0c
Author: William Jon McCann <william jon mccann gmail com>
Date:   Fri Apr 25 11:16:05 2014 -0400

    Update to depend on adwaita-icon-theme

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 51a4e46..cc6d628 100644
--- a/configure.ac
+++ b/configure.ac
@@ -126,7 +126,7 @@ AC_SUBST([GTK_REQUIRED])
 
 AC_DEFINE([GDK_VERSION_MIN_REQUIRED], [GDK_VERSION_3_8], [Minimum GTK/GDK version required])
 
-GNOME_ICON_THEME_REQUIRED=2.17.1
+ADWAITA_ICON_THEME_REQUIRED=2.17.1
 LIBXML_REQUIRED=2.5.0
 
 dnl Check dependencies
@@ -166,7 +166,7 @@ case "$with_platform" in
         # would like to require the icon theme at compile-time. But, because
         # the hicolor-icon-theme does not have a pkgconfig file, on gnome we
         # require the gnome icon theme instead.
-        SHELL_PLATFORM_PKGS="gnome-icon-theme >= $GNOME_ICON_THEME_REQUIRED"
+        SHELL_PLATFORM_PKGS="adwaita-icon-theme >= $ADWAITA_ICON_THEME_REQUIRED"
         ;;
   *)
         # On all other platforms we issue a warning about the runtime


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