diff options
author | infirit <[email protected]> | 2013-11-20 11:47:59 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2013-11-20 12:03:43 +0100 |
commit | 71485414d4893d70673e839d15bc4a6a06e449e5 (patch) | |
tree | e10b83e54d34fb1a8fd64fc6ab1f0650d171b137 /configure.ac | |
parent | b53d6fc64567da3ce6d5f6621725097b22d6220c (diff) | |
download | atril-71485414d4893d70673e839d15bc4a6a06e449e5.tar.bz2 atril-71485414d4893d70673e839d15bc4a6a06e449e5.tar.xz |
Update MATE_ICON_THEME_REQUIRED variable and use it
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 5a050691..607640b8 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" ;; |