Change in core[master]: Explicitely check for gtk when enabling telepathy

Tomáš Chvátal (via_Code_Review) gerrit at gerrit.libreoffice.org
Mon Jan 28 10:02:26 PST 2013


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/1904

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/04/1904/1

Explicitely check for gtk when enabling telepathy

This is needed in tubes.

Change-Id: Ia77968a68da4e781c6e5d4c202b3e5f751f1c952
Signed-off-by: Tomas Chvatal <tchvatal at suse.cz>
---
M configure.ac
1 file changed, 1 insertion(+), 1 deletion(-)



diff --git a/configure.ac b/configure.ac
index 7a29b48..4eee2bb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9679,7 +9679,7 @@
     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

-- 
To view, visit https://gerrit.libreoffice.org/1904
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia77968a68da4e781c6e5d4c202b3e5f751f1c952
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Tomáš Chvátal <tchvatal at suse.cz>


More information about the LibreOffice mailing list