X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=configure.ac;h=005b6758b12ced5a2beb6939b929a45bba2a2f0a;hb=c53e0983d86042d243786f7f8dd4872f83706390;hp=96dc841d161d8a51198f7a0292e15894bd09d25e;hpb=74ba36be76a1d0e01cf5f7458dc1637f15c6f9c1;p=evince.git diff --git a/configure.ac b/configure.ac index 96dc841d..005b6758 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ m4_define([ev_major_version],[2]) m4_define([ev_minor_version],[91]) -m4_define([ev_micro_version],[5]) +m4_define([ev_micro_version],[90]) m4_define([ev_extra_version],[]) m4_define([ev_version],[ev_major_version.ev_minor_version.ev_micro_version()ev_extra_version]) @@ -125,7 +125,7 @@ dnl Specify required versions of dependencies CAIRO_REQUIRED=1.10.0 GLIB_REQUIRED=2.25.11 KEYRING_REQUIRED=2.22.0 -GTK_REQUIRED=2.91.7 +GTK_REQUIRED=3.0.0 NAUTILUS_REQUIRED=2.91.4 AC_SUBST([GLIB_REQUIRED]) @@ -201,7 +201,7 @@ if test "$with_smclient" != "no"; then AC_DEFINE([WITH_SMCLIENT],[1],[Define if smclient is enabled]) case "$with_smclient" in - xsmp) SMCLIENT_PKGS="sm >= 1.0.0" ;; + xsmp) SMCLIENT_PKGS="sm >= 1.0.0 ice" ;; *) SMCLIENT_PKGS="" ;; esac