summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-11-20 03:51:23 -0800
committerStefano Karapetsas <[email protected]>2013-11-20 03:51:23 -0800
commit181250c7ba707cd355627ee3980beb5d1a3ed9eb (patch)
tree7ed61e126922e99266aa91d065c2f8f39908ac94
parentcccf07c12368ecc5bafa52a273a345521c01bff9 (diff)
parent7855608b157e339d2d298f2ed57c3c4b6831b440 (diff)
downloadatril-181250c7ba707cd355627ee3980beb5d1a3ed9eb.tar.bz2
atril-181250c7ba707cd355627ee3980beb5d1a3ed9eb.tar.xz
Merge pull request #50 from infirit/1.6
Update MATE_ICON_THEME_REQUIRED variable and use it
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f2601247..8e74ea76 100644
--- a/configure.ac
+++ b/configure.ac
@@ -150,7 +150,7 @@ AC_SUBST([GLIB_REQUIRED])
AC_SUBST([GTK_REQUIRED])
AC_SUBST([GTK_API_VERSION])
-MATE_ICON_THEME_REQUIRED=2.17.1
+MATE_ICON_THEME_REQUIRED=1.1.0
LIBXML_REQUIRED=2.5.0
dnl Check dependencies
@@ -182,7 +182,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 mate we
# require the mate icon theme instead.
- SHELL_PLATFORM_PKGS="mate-icon-theme >= 1.1.0"
+ SHELL_PLATFORM_PKGS="mate-icon-theme >= $MATE_ICON_THEME_REQUIRED"
# The totem-screensaver and egg_smclient code use x11 directly.
SHELL_PLATFORM_PKGS="$SHELL_PLATFORM_PKGS x11"
;;