[gconf] fix build failure with ORBit enabled
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gconf] fix build failure with ORBit enabled
- Date: Thu, 8 Mar 2012 16:48:36 +0000 (UTC)
commit c35ac7aff8f035710b3fbbee4fe34461cc78681e
Author: Ryan Lortie <desrt desrt ca>
Date: Thu Mar 8 11:47:35 2012 -0500
fix build failure with ORBit enabled
With ORBit enabled, the internal gconf headers (that we are now using
from gsettings-data-convert) depend on ORBit headers. Add the proper
search path to the CFLAGS for gsettings-data-convert to fix that.
gsettings/Makefile.am | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gsettings/Makefile.am b/gsettings/Makefile.am
index 8585b1e..a895d53 100644
--- a/gsettings/Makefile.am
+++ b/gsettings/Makefile.am
@@ -30,6 +30,7 @@ AM_CPPFLAGS = \
-I$(top_builddir) \
-DDATADIR=\"$(datadir)\" \
-DGCONF_CONFDIR=\""$(sysgconfdir)/$(MAJOR_VERSION)"\" \
+ $(DEPENDENT_ORBIT_CFLAGS) \
$(GSETTINGS_CFLAGS)
gsettings_data_convert_SOURCES = gsettings-data-convert.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]