X-Git-Url: https://git.0d.be/?p=empathy.git;a=blobdiff_plain;f=configure.ac;h=9ca9f61e7d60b77990a10986ab9a5991b95a45e5;hp=cb60cf5f37f1c8e02f3a9fcfcd7e21697818d388;hb=f8148be971e1b51e43374473ab33e5ac8fd14a40;hpb=ec1594416d7fc29c7baeeb10f7645934a9679bb5 diff --git a/configure.ac b/configure.ac index cb60cf5f..9ca9f61e 100644 --- a/configure.ac +++ b/configure.ac @@ -2,9 +2,9 @@ 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], [1]) -m4_define([empathy_micro_version], [5]) -m4_define([empathy_nano_version], [1]) +m4_define([empathy_minor_version], [2]) +m4_define([empathy_micro_version], [0]) +m4_define([empathy_nano_version], [0]) dnl Display the nano_version only if it's not '0' m4_define([empathy_base_version], @@ -34,8 +34,8 @@ AC_COPYRIGHT([ # Minimal version required # Hardp deps -FOLKS_REQUIRED=0.6.0 -GLIB_REQUIRED=2.28.0 +FOLKS_REQUIRED=0.6.2 +GLIB_REQUIRED=2.30.0 GNUTLS_REQUIRED=2.8.5 GTK_REQUIRED=3.0.2 GSTREAMER_REQUIRED=0.10.32 @@ -49,15 +49,13 @@ TELEPATHY_LOGGER=0.2.10 WEBKIT_REQUIRED=1.3.13 # Optional deps +CLUTTER_REQUIRED=1.7.14 CLUTTER_GTK_REQUIRED=0.90.3 ENCHANT_REQUIRED=1.2.0 GEOCLUE_REQUIRED=0.11 ISO_CODES_REQUIRED=0.35 -LIBCHAMPLAIN_GTK_REQUIRED=0.7.1 -LIBCHAMPLAIN_REQUIRED=0.9 NAUTILUS_SENDTO_REQUIRED=2.90.0 NETWORK_MANAGER_REQUIRED=0.7.0 -GNOME_CONTROL_CENTER_REQUIRED=2.31.4 # Use --enable-maintainer-mode to disable deprecated symbols, # disable single include and enable GSEAL. If this is not a released empathy, @@ -167,6 +165,9 @@ AC_SUBST(LDFLAGS) # Pkg-Config dependency checks # ----------------------------------------------------------- +AC_CHECK_LIBM +AC_SUBST(LIBM) + PKG_CHECK_MODULES(EMPATHY, [ dbus-glib-1 @@ -215,7 +216,7 @@ if test "x$enable_call" != "xno" ; then [ farsight2-0.10 telepathy-farstream - clutter-1.0 + clutter-1.0 >= $CLUTTER_REQUIRED clutter-gtk-1.0 clutter-gst-1.0 ], have_call="yes", have_call="no" ) @@ -228,7 +229,9 @@ else fi if test "x$enable_call" = "xyes" -a "x$have_call" != "xyes"; then - AC_MSG_ERROR([Could not find Call handler dependencies.]) + AC_MSG_ERROR([Could not find Call handler dependencies: + +$EMPATHY_CALL_PKG_ERRORS]) fi AM_CONDITIONAL(HAVE_CALL, test "x$have_call" = "xyes") @@ -342,11 +345,15 @@ else fi if test "x$with_connectivity" = "xconnman" -a "x$have_connman" != "xyes"; then - AC_MSG_ERROR([Couldn't find connman dependencies.]) + AC_MSG_ERROR([Couldn't find connman dependencies: + +$CONNMAN_PKG_ERRORS]) fi if test "x$with_connectivity" = "xnm" -a "x$have_nm" != "xyes"; then - AC_MSG_ERROR([Couldn't find libnm-glib dependencies.]) + AC_MSG_ERROR([Couldn't find Network Manager dependencies: + +$NETWORK_MANAGER_PKG_ERRORS]) fi AM_CONDITIONAL(HAVE_NM, test "x$have_nm" = "xyes") @@ -373,7 +380,9 @@ else fi if test "x$enable_gudev" = "xyes" -a "x$have_gudev" != "xyes"; then - AC_MSG_ERROR([Could not find gudev dependencies.]) + AC_MSG_ERROR([Could not find gudev dependencies: + +$UDEV_PKG_ERRORS]) fi AM_CONDITIONAL(HAVE_UDEV, test "x$have_gudev" = "xyes") @@ -410,7 +419,9 @@ else fi if test "x$enable_spell" = "xyes" -a "x$have_enchant" != "xyes"; then - AC_MSG_ERROR([Could not find spell dependencies.]) + AC_MSG_ERROR([Could not find spell-checking dependencies: + +$ENCHANT_PKG_ERRORS]) fi AM_CONDITIONAL(HAVE_ENCHANT, test "x$have_enchant" = "xyes") @@ -428,8 +439,8 @@ if test "x$enable_map" != "xno"; then PKG_CHECK_MODULES(LIBCHAMPLAIN, [ clutter-gtk-1.0 - champlain-gtk-0.10 - champlain-0.10 + champlain-gtk-0.12 + champlain-0.12 ], have_libchamplain="yes", have_libchamplain="no") if test "x$have_libchamplain" = "xyes"; then @@ -440,7 +451,9 @@ else fi if test "x$enable_map" = "xyes" -a "x$have_libchamplain" != "xyes"; then - AC_MSG_ERROR([Could not find map view dependencies.]) + AC_MSG_ERROR([Could not find map view dependencies: + +$LIBCHAMPLAIN_PKG_ERRORS]) fi AM_CONDITIONAL(HAVE_LIBCHAMPLAIN, test "x$have_libchamplain" = "xyes") @@ -467,7 +480,9 @@ else fi if test "x$enable_location" = "xyes" -a "x$have_geoclue" != "xyes"; then - AC_MSG_ERROR([Could not find location dependencies.]) + AC_MSG_ERROR([Could not find location dependencies: + +$GEOCLUE_PKG_ERRORS]) fi AM_CONDITIONAL(HAVE_GEOCLUE, test "x$have_geoclue" = "xyes") @@ -496,7 +511,9 @@ else fi if test "x$enable_geocode" = "xyes" -a "x$have_geocode" != "xyes"; then - AC_MSG_ERROR([Could not find geocode dependencies.]) + AC_MSG_ERROR([Could not find geocode dependencies: + +$GEOCODE_PKG_ERRORS]) fi AM_CONDITIONAL(HAVE_GEOCODE, test "x$have_geocode" = "xyes") @@ -526,7 +543,9 @@ else fi if test "x$enable_meego" = "xyes" -a "x$have_meego" != "xyes"; then - AC_MSG_ERROR([Could not find meego dependencies.]) + AC_MSG_ERROR([Could not find meego dependencies: + +$MEEGO_PKG_ERRORS]) fi AM_CONDITIONAL(HAVE_MEEGO, test "x$have_meego" = "xyes") @@ -551,47 +570,41 @@ else fi if test "x$enable_nautilus_sendto" = "xyes" -a "x$have_nst" != "xyes"; then - AC_MSG_ERROR([Could not find nautilus-sendto dependencies.]) + AC_MSG_ERROR([Could not find nautilus-sendto dependencies: + +$NST_PKG_ERRORS]) fi AM_CONDITIONAL(HAVE_NST, test "x$have_nst" = "xyes") # ----------------------------------------------------------- -# new, single-window control center +# goa-mc-plugin # ----------------------------------------------------------- -AC_ARG_ENABLE(control_center_embedding, - AS_HELP_STRING([--enable-control-center-embedding=@<:@no/yes/auto@:>@], - [Enable support for single-window control center]), - , enable_control_center_embedding=auto) +AC_ARG_ENABLE(goa, + AS_HELP_STRING([--enable-goa=@<:@no/yes/auto@:>@], + [build GOA MC plugin]), , + enable_goa=auto) -if test "x$enable_control_center_embedding" != "xno"; then - - PKG_CHECK_MODULES(CONTROL_CENTER_EMBEDDING, [libgnome-control-center >= GNOME_CONTROL_CENTER_REQUIRED], - have_control_center_embedding="yes", have_control_center_embedding="no") +if test "x$enable_goa" != "xno"; then + PKG_CHECK_MODULES(GOA, + [ + mission-control-plugins + goa-1.0 + ], have_goa="yes", have_goa="no") - if test "x$have_control_center_embedding" = "xyes"; then - AC_DEFINE(HAVE_CONTROL_CENTER_EMBEDDING, 1, [Define if you have the single-window control center]) + AC_MSG_CHECKING([Mission Control plugins dir]) + MISSION_CONTROL_PLUGINS_DIR=`pkg-config --variable=plugindir mission-control-plugins` - AC_MSG_CHECKING([gnome-control-center extension dir]) - CONTROL_CENTER_EXTENSIONDIR=`$PKG_CONFIG --variable=extensiondir libgnome-control-center` - if test "x$CONTROL_CENTER_EXTENSIONDIR" = "x"; then - AC_MSG_ERROR([Could not determine extensiondir]) - else - AC_MSG_RESULT([$CONTROL_CENTER_EXTENSIONDIR]) - fi - AC_SUBST(CONTROL_CENTER_EXTENSIONDIR) - fi + AC_SUBST(MISSION_CONTROL_PLUGINS_DIR) else - have_control_center_embedding="no" + have_goa=no fi -if test "x$enable_control_center_embedding" = "xyes" -a "x$have_control_center_embedding" != "xyes"; then - AC_MSG_ERROR([Could not find single-window control center dependencies.]) +if test "x$enable_goa" = "xyes" -a "x$have_goa" != "xyes"; then + AC_MSG_ERROR([Could not find GOA dependencies.]) fi -AM_CONDITIONAL(HAVE_CONTROL_CENTER_EMBEDDING, test "x$have_control_center_embedding" = "xyes") -AC_SUBST(CONTROL_CENTER_EMBEDDING_CFLAGS) -AC_SUBST(CONTROL_CENTER_EMBEDDING_LIBS) +AM_CONDITIONAL(HAVE_GOA, test "x$have_goa" = "xyes") # Optional dependency for avatar selection AC_ARG_WITH([cheese], @@ -605,7 +618,9 @@ if test x"$with_cheese" != x"no" ; then AC_DEFINE(HAVE_CHEESE, 1, [Define to 1 to enable cheese webcam support]) fi if test x${with_cheese} = xyes && test x${have_cheese} = xno; then - AC_MSG_ERROR([Cheese configured but not found]) + AC_MSG_ERROR([Cheese configured but not found: + +$CHEESE_PKG_ERRORS]) fi else have_cheese=no @@ -637,6 +652,7 @@ AC_CONFIG_FILES([ libempathy-gtk/Makefile src/Makefile nautilus-sendto-plugin/Makefile + goa-mc-plugin/Makefile help/Makefile tests/Makefile tests/interactive/Makefile @@ -658,9 +674,8 @@ Configure summary: Spell checking (enchant)....: ${have_enchant} Display maps (libchamplain).: ${have_libchamplain} Location awareness (Geoclue): ${have_geoclue} - Geocode support (Geoclue)...: ${have_geocode} + Geocode support (Geocode)...: ${have_geocode} Meego widgets...............: ${have_meego} - Control center embedding....: ${have_control_center_embedding} Cheese webcam support ......: ${have_cheese} Camera monitoring...........: ${have_gudev} @@ -670,6 +685,7 @@ Configure summary: Extras: Nautilus-sendto plugin......: ${have_nst} + GOA MC plugin...............: ${have_goa} Salut E-D-S support.........: ${with_eds} Exp. Call channel handler...: ${have_call} Exp. Call log support.......: ${have_call_logs}