X-Git-Url: https://git.0d.be/?p=empathy.git;a=blobdiff_plain;f=configure.ac;h=01fce392c5cd98ba640853672171a3d1a2652e81;hp=9c127ed8b2907c1cb5456c9eb0dca858262214e1;hb=8a982ebe47a2f62c932b12b5f3973b7a9f98cca6;hpb=4b0430db4bf7cdbef60290bdcca94bd1e5cf05d3 diff --git a/configure.ac b/configure.ac index 9c127ed8..01fce392 100644 --- a/configure.ac +++ b/configure.ac @@ -2,8 +2,8 @@ dnl If not 1, append datestamp to the version number m4_define(empathy_released, 0) m4_define([empathy_major_version], [3]) -m4_define([empathy_minor_version], [10]) -m4_define([empathy_micro_version], [1]) +m4_define([empathy_minor_version], [11]) +m4_define([empathy_micro_version], [92]) m4_define([empathy_nano_version], [0]) dnl Display the nano_version only if it's not '0' @@ -51,9 +51,9 @@ AC_DEFINE(CLUTTER_VERSION_MAX_ALLOWED, CLUTTER_VERSION_1_10, [Prevent post 1.10 CLUTTER_GTK_REQUIRED=1.1.2 -TELEPATHY_GLIB_REQUIRED=0.19.9 +TELEPATHY_GLIB_REQUIRED=0.23.2 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_VERSION_MAX_ALLOWED, TP_VERSION_0_24, [Prevent post 0.24 APIs]) AC_DEFINE(TP_SEAL_ENABLE, 1, [Prevent to use sealed variables]) AC_DEFINE(TP_DISABLE_SINGLE_INCLUDE, 1, [Disable single include header]) @@ -126,7 +126,7 @@ AM_SILENT_RULES([yes]) # Check for programs AC_PROG_CC AC_HEADER_STDC -AM_PROG_MKDIR_P +AC_PROG_MKDIR_P AM_PATH_GLIB_2_0 AC_PATH_XTRA @@ -445,31 +445,6 @@ AM_CONDITIONAL(HAVE_GEOCODE, test "x$have_geocode" = "xyes") AC_SUBST(GEOCODE_CFLAGS) AC_SUBST(GEOCODE_LIBS) -# ----------------------------------------------------------- -# nautilus-sendto -# ----------------------------------------------------------- -AC_ARG_ENABLE(nautilus-sendto, - AS_HELP_STRING([--enable-nautilus-sendto=@<:@no/yes/auto@:>@], - [build nautilus-sendto plugin]), , - enable_nautilus_sendto=auto) - -if test "x$enable_nautilus_sendto" != "xno"; then - PKG_CHECK_MODULES(NST, - [ - nautilus-sendto >= $NAUTILUS_SENDTO_REQUIRED - ], have_nst="yes", have_nst="no") -else - have_nst=no -fi - -if test "x$enable_nautilus_sendto" = "xyes" -a "x$have_nst" != "xyes"; then - AC_MSG_ERROR([Could not find nautilus-sendto dependencies: - -$NST_PKG_ERRORS]) -fi - -AM_CONDITIONAL(HAVE_NST, test "x$have_nst" = "xyes") - # ----------------------------------------------------------- # goa-mc-plugin # ----------------------------------------------------------- @@ -624,7 +599,6 @@ AC_CONFIG_FILES([ libempathy/Makefile libempathy-gtk/Makefile src/Makefile - nautilus-sendto-plugin/Makefile goa-mc-plugin/Makefile ubuntu-online-accounts/Makefile ubuntu-online-accounts/mc-plugin/Makefile @@ -660,7 +634,6 @@ Configure summary: Camera monitoring...........: ${have_gudev} Extras: - Nautilus-sendto plugin......: ${have_nst} GOA MC plugin...............: ${have_goa} Ubuntu Online plugins.......: ${have_uoa} "