[Libreoffice-commits] .: Branch 'feature/tubes' - configure.in

Michael Meeks michael at kemper.freedesktop.org
Mon Mar 19 08:30:59 PDT 2012


 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e1275695fc77fccf9c82467e218f75017693f1d0
Author: Michael Meeks <michael.meeks at suse.com>
Date:   Mon Mar 19 15:29:07 2012 +0000

    expand pkg_config flags for telepathy

diff --git a/configure.in b/configure.in
index ff2c3b3..418e751 100644
--- a/configure.in
+++ b/configure.in
@@ -8369,7 +8369,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-1-glib )
 else
     AC_MSG_RESULT([no])
 fi


More information about the Libreoffice-commits mailing list