[empathy/next: 4/11] check for mission-control-plugins-6
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy/next: 4/11] check for mission-control-plugins-6
- Date: Thu, 24 Oct 2013 16:15:48 +0000 (UTC)
commit 5bc3b6bd2eba8f2df6b202b5cc4218ace254b0a1
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Tue Oct 22 13:19:47 2013 +0200
check for mission-control-plugins-6
configure.ac | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 7411327..18e6474 100644
--- a/configure.ac
+++ b/configure.ac
@@ -457,7 +457,7 @@ AC_ARG_ENABLE(goa,
if test "x$enable_goa" != "xno"; then
PKG_CHECK_MODULES(GOA,
[
- mission-control-plugins
+ mission-control-plugins-6
goa-1.0 >= $GOA_REQUIRED
], have_goa="yes", have_goa="no")
else
@@ -509,7 +509,7 @@ if test "x$enable_ubuntu_online_accounts" != "xno"; then
PKG_CHECK_MODULES(UOA,
[
account-plugin
- mission-control-plugins >= $MC_PLUGINS_REQUIRED
+ mission-control-plugins-6 >= $MC_PLUGINS_REQUIRED
libaccounts-glib >= $LIBACCOUNTS_REQUIRED
libsignon-glib >= $LIBSIGNON_REQUIRED
], have_uoa="yes", have_uoa="no")
@@ -567,7 +567,7 @@ AM_CONDITIONAL(HAVE_UOA, test "x$have_uoa" = "xyes")
if test "x$have_uoa" = "xyes" -o "x$have_goa" = "xyes"; then
AC_MSG_CHECKING([Mission Control plugins dir])
- MISSION_CONTROL_PLUGINS_DIR=`pkg-config --define-variable=libdir='${libdir}' --variable=plugindir
mission-control-plugins`
+ MISSION_CONTROL_PLUGINS_DIR=`pkg-config --define-variable=libdir='${libdir}' --variable=plugindir
mission-control-plugins-6`
AC_MSG_RESULT([$MISSION_CONTROL_PLUGINS_DIR])
AC_SUBST(MISSION_CONTROL_PLUGINS_DIR)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]