summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gnome/gconf-3.2.3/nointro.patch
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2011-11-01 14:46:43 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-10 11:37:11 +0000
commitd4d29f7e58b0e86c6ac91d05730e319fe1706aa2 (patch)
tree8bc7e520819e32a4f6b58fa8d4d55b9a52c364d9 /meta/recipes-gnome/gnome/gconf-3.2.3/nointro.patch
parent1ab3d1b5489eeaff78add14f4886269c690a3d46 (diff)
downloadpoky-d4d29f7e58b0e86c6ac91d05730e319fe1706aa2.tar.gz
gconf: add upstream GNOME gconf 3.2.3 and drop gconf-dbus
The D-Bus backend has been integrated into upstream GConf so we can switch to upstream and drop gconf-dbus. I've gone for a release in the 3.2 series as we disable Gtk+, and therefore are not impacted by the gtk+3 changes, and the D-Bus backend was unstable before this release. (From OE-Core rev: f952b1bc8a4f307e2e2f3941f50becd72d88421d) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gnome/gconf-3.2.3/nointro.patch')
-rw-r--r--meta/recipes-gnome/gnome/gconf-3.2.3/nointro.patch59
1 files changed, 59 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gnome/gconf-3.2.3/nointro.patch b/meta/recipes-gnome/gnome/gconf-3.2.3/nointro.patch
new file mode 100644
index 0000000000..29181e3edd
--- /dev/null
+++ b/meta/recipes-gnome/gnome/gconf-3.2.3/nointro.patch
@@ -0,0 +1,59 @@
1This is a hacky way to prevent GConf from trying to build the introspection related pieces.
2Clearly not appropriate for upstream.
3
4Upstream-Status: Inappropriate
5
6Signed-off-by: Joshua Lock <josh@linux.intel.com>
7
8Index: GConf-3.2.2/gconf/Makefile.am
9===================================================================
10--- GConf-3.2.2.orig/gconf/Makefile.am
11+++ GConf-3.2.2/gconf/Makefile.am
12@@ -145,34 +145,6 @@ libgconf_2_la_LDFLAGS = -version-info $(
13
14 libgconf_2_la_LIBADD = $(INTLLIBS) $(DEPENDENT_LIBS) $(DEPENDENT_DBUS_LIBS) $(DEPENDENT_ORBIT_LIBS)
15
16--include $(INTROSPECTION_MAKEFILE)
17-INTROSPECTION_GIRS =
18-INTROSPECTION_SCANNER_ARGS = --warn-all --add-include-path=$(srcdir)
19-INTROSPECTION_COMPILER_ARGS= --includedir=$(srcdir)
20-
21-if HAVE_INTROSPECTION
22-introspection_files = \
23- $(gconfinclude_HEADERS) \
24- $(filter-out $(CORBA_SOURCECODE), $(filter %.c,$(libgconf_2_la_SOURCES)))
25-GConf-2.0.gir: libgconf-2.la Makefile
26-GConf_2_0_gir_INCLUDES = GObject-2.0
27-GConf_2_0_gir_CFLAGS = \
28- $(INCLUDES)
29-GConf_2_0_gir_LIBS = libgconf-2.la
30-GConf_2_0_gir_FILES = $(addprefix $(srcdir)/, $(introspection_files))
31-GConf_2_0_gir_SCANNERFLAGS = --identifier-prefix=GConf --symbol-prefix=gconf --c-include "gconf/gconf.h"
32-GConf_2_0_gir_EXPORT_PACKAGES = gconf-2.0
33-INTROSPECTION_GIRS += GConf-2.0.gir
34-
35-girdir = $(datadir)/gir-1.0/
36-gir_DATA = $(INTROSPECTION_GIRS)
37-
38-typelibsdir = $(libdir)/girepository-1.0/
39-typelibs_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
40-
41-CLEANFILES += $(gir_DATA) $(typelibs_DATA)
42-endif
43-
44 EXTRA_DIST=GConfX.idl default.path.in org.gnome.GConf.service.in gconfmarshal.list regenerate-enum-header.sh regenerate-enum-footer.sh
45
46 default.path: $(srcdir)/default.path.in
47Index: GConf-3.2.2/configure.in
48===================================================================
49--- GConf-3.2.2.orig/configure.in
50+++ GConf-3.2.2/configure.in
51@@ -354,8 +354,6 @@ AM_GLIB_GNU_GETTEXT
52
53 AC_CHECK_FUNCS(bind_textdomain_codeset)
54
55-GOBJECT_INTROSPECTION_CHECK([0.9.5])
56-
57 AC_SUBST(CFLAGS)
58 AC_SUBST(CPPFLAGS)
59 AC_SUBST(LDFLAGS)