diff options
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.patch | 59 |
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 @@ | |||
1 | This is a hacky way to prevent GConf from trying to build the introspection related pieces. | ||
2 | Clearly not appropriate for upstream. | ||
3 | |||
4 | Upstream-Status: Inappropriate | ||
5 | |||
6 | Signed-off-by: Joshua Lock <josh@linux.intel.com> | ||
7 | |||
8 | Index: 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 | ||
47 | Index: 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) | ||