diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-09-07 15:14:57 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-09-07 15:15:26 +0800 |
commit | 714036edd7111165600338c9b1de72c247926764 (patch) | |
tree | 5fe5696aef1c4e0801faf8e326be300810663e73 | |
parent | 2aca51f0e02313124ac3ddfe7c7ab3bb0060c3de (diff) | |
download | gsoc2013-empathy-714036edd7111165600338c9b1de72c247926764.tar gsoc2013-empathy-714036edd7111165600338c9b1de72c247926764.tar.gz gsoc2013-empathy-714036edd7111165600338c9b1de72c247926764.tar.bz2 gsoc2013-empathy-714036edd7111165600338c9b1de72c247926764.tar.lz gsoc2013-empathy-714036edd7111165600338c9b1de72c247926764.tar.xz gsoc2013-empathy-714036edd7111165600338c9b1de72c247926764.tar.zst gsoc2013-empathy-714036edd7111165600338c9b1de72c247926764.zip |
Depend on mission-control 5.13.1
Needed for the new reconnect plugin API.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 904f4546d..3113ce4d1 100644 --- a/configure.ac +++ b/configure.ac @@ -75,7 +75,7 @@ CHAMPLAIN_REQUIRED=0.12.1 CHEESE_GTK_REQUIRED=3.4.0 LIBACCOUNTS_REQUIRED=1.1 LIBSIGNON_REQUIRED=1.1 -MC_PLUGINS_REQUIRED=5.13.0 +MC_PLUGINS_REQUIRED=5.13.1 # Use --enable-maintainer-mode to disable deprecated symbols, # disable single include and enable GSEAL. If this is not a released empathy, |