summaryrefslogtreecommitdiffstats
path: root/meta/packages/gtk+/gtk+-2.10.0/no-generate-builtincache.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/gtk+/gtk+-2.10.0/no-generate-builtincache.patch')
-rw-r--r--meta/packages/gtk+/gtk+-2.10.0/no-generate-builtincache.patch33
1 files changed, 33 insertions, 0 deletions
diff --git a/meta/packages/gtk+/gtk+-2.10.0/no-generate-builtincache.patch b/meta/packages/gtk+/gtk+-2.10.0/no-generate-builtincache.patch
new file mode 100644
index 0000000000..bd204d0e8b
--- /dev/null
+++ b/meta/packages/gtk+/gtk+-2.10.0/no-generate-builtincache.patch
@@ -0,0 +1,33 @@
1--- gtk+-2.10.0/gtk/Makefile.am.bak 2006-07-20 15:50:21.000000000 +0200
2+++ gtk+-2.10.0/gtk/Makefile.am 2006-07-20 15:51:07.000000000 +0200
3@@ -380,6 +380,7 @@
4 gtkbin.c \
5 gtkbindings.c \
6 gtkbox.c \
7+ gtkbuiltincache.h \
8 gtkbutton.c \
9 gtkcalendar.c \
10 gtkcelleditable.c \
11@@ -656,8 +657,7 @@
12 # built sources that don't get installed
13 gtk_built_private_headers = \
14 gtkalias.h \
15- gtkmarshalers.h \
16- gtkbuiltincache.h
17+ gtkmarshalers.h
18
19 gtk_built_sources = \
20 gtkaliasdef.c \
21@@ -1084,12 +1084,6 @@
22 done \
23 && touch stamp-icons
24
25-gtkbuiltincache.h: @REBUILD@ stamp-icons
26- $(MAKE) $(AM_MAKEFLAGS) gtk-update-icon-cache
27- GDK_PIXBUF_MODULE_FILE=$(top_builddir)/gdk-pixbuf/gdk-pixbuf.loaders \
28- ./gtk-update-icon-cache --force --ignore-theme-index \
29- --source builtin_icons stock-icons > gtkbuiltincache.h
30-
31 EXTRA_DIST += \
32 $(STOCK_ICONS) \
33 $(GENERATED_ICONS) \