summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-03-19 15:29:07 +0000
committerMatúš Kukan <matus.kukan@gmail.com>2012-07-17 16:39:20 +0200
commit894151477330cea23f92247132c5c64065a2eb14 (patch)
tree4a531c8dca7b76fb295697623d2bead00cebf44a
parent8d7963a30d3511f4291fd556f6af10cc48e98d46 (diff)
expand pkg_config flags for telepathy
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 2225a0951a0c..cf6f78c11cb5 100644
--- a/configure.in
+++ b/configure.in
@@ -8967,7 +8967,7 @@ AC_MSG_CHECKING([whether to enable Telepathy support])
if test "$_os" != "WINNT" -a "$_os" != "Darwin" -a "$enable_telepathy" = "yes"; then
ENABLE_TELEPATHY="TRUE"
AC_MSG_RESULT([yes])
- PKG_CHECK_MODULES( TELEPATHY, telepathy-glib >= 0.16.4 )
+ PKG_CHECK_MODULES( TELEPATHY, telepathy-glib >= 0.16.4 glib-2.0 gobject-2.0 gthread-2.0 dbus-1 dbus-glib-1 )
else
AC_MSG_RESULT([no])
fi