aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-07-17 23:30:10 +0800
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-07-23 20:34:17 +0800
commit2f1114d3c1138af06a06ac32af6f55fc10a556f5 (patch)
tree703b853b43b26736edeb0a99db6f0c7124463214
parentbd30ca4a72d7a44655df45cc2384280e63ada502 (diff)
downloadgsoc2013-empathy-2f1114d3c1138af06a06ac32af6f55fc10a556f5.tar
gsoc2013-empathy-2f1114d3c1138af06a06ac32af6f55fc10a556f5.tar.gz
gsoc2013-empathy-2f1114d3c1138af06a06ac32af6f55fc10a556f5.tar.bz2
gsoc2013-empathy-2f1114d3c1138af06a06ac32af6f55fc10a556f5.tar.lz
gsoc2013-empathy-2f1114d3c1138af06a06ac32af6f55fc10a556f5.tar.xz
gsoc2013-empathy-2f1114d3c1138af06a06ac32af6f55fc10a556f5.tar.zst
gsoc2013-empathy-2f1114d3c1138af06a06ac32af6f55fc10a556f5.zip
Make sure we define MISSION_CONTROL_PLUGINS_DIR when building with UOA
-rw-r--r--configure.ac7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 73ad611dc..1e359f260 100644
--- a/configure.ac
+++ b/configure.ac
@@ -515,6 +515,13 @@ if test "x$enable_ubuntu_online_accounts" != "xno"; then
libaccounts-glib >= $LIBACCOUNTS_REQUIRED
], have_uoa="yes", have_uoa="no")
+ # MC plugins dir
+ AC_MSG_CHECKING([Mission Control plugins dir])
+ MISSION_CONTROL_PLUGINS_DIR=`pkg-config --variable=plugindir mission-control-plugins`
+
+ AC_MSG_RESULT([$MISSION_CONTROL_PLUGINS_DIR])
+ AC_SUBST(MISSION_CONTROL_PLUGINS_DIR)
+
# provider plugin dir
AC_MSG_CHECKING([Accounts provider plugin dir])
ACCOUNTS_PROVIDER_PLUGIN_DIR=`pkg-config --variable=provider_plugindir account-plugin`