summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-25 12:07:42 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-25 15:47:58 +0200
commit1ddd6ae3dfb2e6f1200700215eafcf53bdd4cf35 (patch)
treee04441baaf07692351ed7f696f2759603a3047b5
parent8dc3a82cc6680f9f22900e595fa88bb6d6f2850e (diff)
build with TP_SEAL_ENABLE and TP_DISABLE_SINGLE_INCLUDE
https://bugs.freedesktop.org/show_bug.cgi?id=69802
-rw-r--r--configure.ac2
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)