[gconf] fix build failure with ORBit enabled



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]