configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9efe8c8f2b8339d8d5b477eb98a409797ce2cafb
Author: Tomas Chvatal <[email protected]>
Date: Mon Jan 28 19:01:19 2013 +0100
Explicitely check for gtk when enabling telepathy
This is needed in tubes.
Change-Id: Ia77968a68da4e781c6e5d4c202b3e5f751f1c952
Signed-off-by: Tomas Chvatal <[email protected]>
Reviewed-on: https://gerrit.libreoffice.org/1904
Reviewed-by: Michael Stahl <[email protected]>
Tested-by: Michael Stahl <[email protected]>
diff --git a/configure.ac b/configure.ac
index a1dbc23..a18eed4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9686,7 +9686,7 @@ if test "$_os" != "WINNT" -a "$_os" != "Darwin" -a
"$enable_telepathy" = "yes";
ENABLE_TELEPATHY="TRUE"
AC_DEFINE(ENABLE_TELEPATHY)
AC_MSG_RESULT([yes])
- PKG_CHECK_MODULES( TELEPATHY, telepathy-glib >= 0.18.0 glib-2.0
gobject-2.0 gthread-2.0 gio-2.0 )
+ PKG_CHECK_MODULES( TELEPATHY, telepathy-glib >= 0.18.0 glib-2.0
gobject-2.0 gthread-2.0 gio-2.0 gtk+-2.0 >= 2.4 )
else
AC_MSG_RESULT([no])
fi
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits