telepathy-farstream: build with TP_SEAL_ENABLE and TP_DISABLE_SINGLE_INCLUDE
Guillaume Desmottes
gdesmott at kemper.freedesktop.org
Wed Sep 25 06:48:09 PDT 2013
Module: telepathy-farstream
Branch: master
Commit: 1ddd6ae3dfb2e6f1200700215eafcf53bdd4cf35
URL: http://cgit.freedesktop.org/telepathy/telepathy-farstream/commit/?id=1ddd6ae3dfb2e6f1200700215eafcf53bdd4cf35
Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date: Wed Sep 25 12:07:42 2013 +0200
build with TP_SEAL_ENABLE and TP_DISABLE_SINGLE_INCLUDE
https://bugs.freedesktop.org/show_bug.cgi?id=69802
---
configure.ac | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index 30d2484..8b64d2c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -103,6 +103,8 @@ dnl Check for Telepathy libraries
PKG_CHECK_MODULES([TELEPATHY], [telepathy-glib >= 0.21])
AC_DEFINE(TP_VERSION_MIN_REQUIRED, TP_VERSION_0_22, [Ignore post 0.22 deprecations])
AC_DEFINE(TP_VERSION_MAX_ALLOWED, TP_VERSION_0_22, [Prevent post 0.22 APIs])
+AC_DEFINE(TP_SEAL_ENABLE, 1, [Prevent to use sealed variables])
+AC_DEFINE(TP_DISABLE_SINGLE_INCLUDE, 1, [Disable single include header])
AC_SUBST(TELEPATHY_CFLAGS)
AC_SUBST(TELEPATHY_LIBS)
More information about the telepathy-commits
mailing list