[Libreoffice-commits] .: configure.ac

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Jan 29 04:53:35 PST 2013


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

New commits:
commit 9efe8c8f2b8339d8d5b477eb98a409797ce2cafb
Author: Tomas Chvatal <tchvatal at suse.cz>
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 <tchvatal at suse.cz>
    Reviewed-on: https://gerrit.libreoffice.org/1904
    Reviewed-by: Michael Stahl <mstahl at redhat.com>
    Tested-by: Michael Stahl <mstahl at redhat.com>

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


More information about the Libreoffice-commits mailing list