aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-07-18 01:50:05 +0800
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-07-23 20:34:17 +0800
commitf32e5ba5af1dfa3a0ceb4fde6e96b31a74b195c5 (patch)
treea63bd2c2dda8ef74abbaab65443b1d6455619887 /configure.ac
parent2f1114d3c1138af06a06ac32af6f55fc10a556f5 (diff)
downloadgsoc2013-empathy-f32e5ba5af1dfa3a0ceb4fde6e96b31a74b195c5.tar
gsoc2013-empathy-f32e5ba5af1dfa3a0ceb4fde6e96b31a74b195c5.tar.gz
gsoc2013-empathy-f32e5ba5af1dfa3a0ceb4fde6e96b31a74b195c5.tar.bz2
gsoc2013-empathy-f32e5ba5af1dfa3a0ceb4fde6e96b31a74b195c5.tar.lz
gsoc2013-empathy-f32e5ba5af1dfa3a0ceb4fde6e96b31a74b195c5.tar.xz
gsoc2013-empathy-f32e5ba5af1dfa3a0ceb4fde6e96b31a74b195c5.tar.zst
gsoc2013-empathy-f32e5ba5af1dfa3a0ceb4fde6e96b31a74b195c5.zip
UOA mc-plugin: Actually implement it
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1e359f260..290280d1c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -76,6 +76,7 @@ NETWORK_MANAGER_REQUIRED=0.7.0
CHAMPLAIN_REQUIRED=0.12.1
CHEESE_GTK_REQUIRED=3.4.0
LIBACCOUNTS_REQUIRED=1.1
+MC_PLUGINS_REQUIRED=5.13.0
# Use --enable-maintainer-mode to disable deprecated symbols,
# disable single include and enable GSEAL. If this is not a released empathy,
@@ -511,7 +512,7 @@ if test "x$enable_ubuntu_online_accounts" != "xno"; then
PKG_CHECK_MODULES(UOA,
[
account-plugin
- mission-control-plugins
+ mission-control-plugins >= $MC_PLUGINS_REQUIRED
libaccounts-glib >= $LIBACCOUNTS_REQUIRED
], have_uoa="yes", have_uoa="no")