From f63102766271e082b9b5205045a1ac3ecb4e18b6 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 25 Sep 2013 12:08:11 +0200 Subject: [PATCH 5/5] build with TP_DISABLE_SINGLE_INCLUDE https://bugs.freedesktop.org/show_bug.cgi?id=69802 --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index b7fb49f..2b77599 100644 --- a/configure.ac +++ b/configure.ac @@ -90,6 +90,7 @@ PKG_CHECK_MODULES(GLIB, gobject-2.0 >= 2.32 glib-2.0 >= 2.32 gio-2.0) AC_DEFINE(GLIB_VERSION_MIN_REQUIRED, GLIB_VERSION_2_30, [Ignore post 2.30 deprecations]) AC_DEFINE(GLIB_VERSION_MAX_ALLOWED, GLIB_VERSION_2_32, [Prevent post 2.32 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(GLIB_CFLAGS) AC_SUBST(GLIB_LIBS) -- 1.8.3.1