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@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@suse.cz>
Context
- Change in core[master]: Explicitely check for gtk when enabling telepathy · via Code Review
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.