X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=configure.ac;h=0b97315a2161946653591a15cccb7620396ba016;hb=c4eb0f0700dcc039628f6a9e6076269ee0c3602b;hp=1620da959bbfef36182209c1bbac272f71d35eb5;hpb=271e667dca738840a66f3e28d68c006c687f59d7;p=evince.git diff --git a/configure.ac b/configure.ac index 1620da95..0b97315a 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],[6]) +m4_define([ev_micro_version],[92]) 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.2 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