]> git.0d.be Git - empathy.git/blobdiff - configure.ac
Updated Greek translation
[empathy.git] / configure.ac
index 0ff4ea8ca273ddb5b234a27b3cae56713573dd07..3e8b313098bde27194004254d6ecfa6bd0f9906f 100644 (file)
@@ -3,7 +3,7 @@ m4_define(empathy_released, 0)
 
 m4_define([empathy_major_version], [3])
 m4_define([empathy_minor_version], [5])
-m4_define([empathy_micro_version], [1])
+m4_define([empathy_micro_version], [2])
 m4_define([empathy_nano_version], [0])
 
 dnl Display the nano_version only if it's not '0'
@@ -41,7 +41,7 @@ GLIB_REQUIRED=2.32.0
 AC_DEFINE(GLIB_VERSION_MIN_REQUIRED, GLIB_VERSION_2_30, [Ignore post 2.30 deprecations])
 AC_DEFINE(GLIB_VERSION_MAX_ALLOWED, GLIB_VERSION_2_32, [Prevent post 2.32 APIs])
 
-GTK_REQUIRED=3.3.6
+GTK_REQUIRED=3.5.1
 AC_DEFINE(GDK_VERSION_MIN_REQUIRED, GDK_VERSION_3_4, [Ignore post 3.4 deprecations])
 AC_DEFINE(GDK_VERSION_MAX_ALLOWED, GDK_VERSION_3_4, [Prevent post 3.4 APIs])
 
@@ -52,9 +52,10 @@ AC_DEFINE(CLUTTER_VERSION_MAX_ALLOWED, CLUTTER_VERSION_1_10, [Prevent post 1.10
 CLUTTER_GTK_REQUIRED=1.1.2
 CLUTTER_GST_REQUIRED=1.5.2
 
-TELEPATHY_GLIB_REQUIRED=0.19.0
+TELEPATHY_GLIB_REQUIRED=0.19.1
 AC_DEFINE(TP_VERSION_MIN_REQUIRED, TP_VERSION_0_20, [Ignore post 0.20 deprecations])
 AC_DEFINE(TP_VERSION_MAX_ALLOWED, TP_VERSION_0_20, [Prevent post 0.20 APIs])
+AC_DEFINE(TP_SEAL_ENABLE, 1, [Prevent to use sealed variables])
 
 GSTREAMER_REQUIRED=0.10.32
 KEYRING_REQUIRED=2.26.0
@@ -217,18 +218,6 @@ PKG_CHECK_MODULES(EMPATHY_CALL,
 AC_DEFINE(EMPATHY_GOA_PROVIDER, "org.gnome.OnlineAccounts",
    [Name of provider for accounts imported from GOA])
 
-# -----------------------------------------------------------
-# evolution-data-server (about-me)
-# -----------------------------------------------------------
-AC_ARG_WITH(eds,
-            AS_HELP_STRING([--with-eds],
-                           [build with evolution-data-server support]),,
-            [with_eds=yes])
-if test x"$with_eds" = x"yes" ; then
-   PKG_CHECK_MODULES(EDS, [libebook-1.2])
-   AC_DEFINE(HAVE_EDS, 1, [Define if we have libebook])
-fi
-
 # -----------------------------------------------------------
 # Enable debug
 # -----------------------------------------------------------
@@ -549,5 +538,4 @@ Configure summary:
     Extras:
        Nautilus-sendto plugin......:  ${have_nst}
        GOA MC plugin...............:  ${have_goa}
-       Salut E-D-S support.........:  ${with_eds}
 "