telepathy-logger: build with TP_DISABLE_SINGLE_INCLUDE
Guillaume Desmottes
gdesmott at kemper.freedesktop.org
Thu Sep 26 07:03:20 PDT 2013
Module: telepathy-logger
Branch: master
Commit: 452f55a1877fc5eeba3b218b17a49552ee576fef
URL: http://cgit.freedesktop.org/telepathy/telepathy-logger/commit/?id=452f55a1877fc5eeba3b218b17a49552ee576fef
Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date: Thu Sep 26 14:07:56 2013 +0200
build with TP_DISABLE_SINGLE_INCLUDE
https://bugs.freedesktop.org/show_bug.cgi?id=69846
---
configure.ac | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index 93863b0..6e8274e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -73,6 +73,7 @@ TELEPATHY_GLIB_REQUIRED=0.21.2
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])
GLIB_REQUIRED=2.32
dnl MIN_REQUIRED must stay to 2.30 because of GValueArray
More information about the telepathy-commits
mailing list