telepathy-mission-control: Enable TP_DISABLE_SINGLE_INCLUDE
Simon McVittie
smcv at kemper.freedesktop.org
Mon Oct 8 07:27:45 PDT 2012
Module: telepathy-mission-control
Branch: master
Commit: 534b0ed2fc2ddd4872bca3251025c30037fb3272
URL: http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=534b0ed2fc2ddd4872bca3251025c30037fb3272
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Fri Sep 14 12:03:11 2012 +0100
Enable TP_DISABLE_SINGLE_INCLUDE
Tested with telepathy-glib 0.20.0.
Signed-off-by: Simon McVittie <simon.mcvittie at collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=55391
Reviewed-by: Xavier Claessens <xavier.claessens at collabora.co.uk>
---
configure.ac | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index 0749345..260500d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -262,6 +262,7 @@ AC_DEFINE([TP_VERSION_MIN_REQUIRED], [TP_VERSION_0_18],
AC_DEFINE([TP_VERSION_MAX_ALLOWED], [TP_VERSION_0_20],
[Prevent post-0.20 APIs])
AC_DEFINE([TP_SEAL_ENABLE], [], [Define to hide deprecated struct fields])
+AC_DEFINE([TP_DISABLE_SINGLE_INCLUDE], [], [Avoid individual headers])
PKG_CHECK_MODULES([GLIB],
[glib-2.0 >= 2.30, gobject-2.0, gmodule-no-export-2.0, gio-2.0])
More information about the telepathy-commits
mailing list