summaryrefslogtreecommitdiffstats
path: root/meta/packages/gtk+/gtk+-2.10.0/no-generate-builtincache.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-07-21 10:10:31 +0000
committerRichard Purdie <richard@openedhand.com>2006-07-21 10:10:31 +0000
commitb2f192faabe412adce79534e22efe9fb69ee40e2 (patch)
tree7076c49d4286f8a1733650bd8fbc7161af200d57 /meta/packages/gtk+/gtk+-2.10.0/no-generate-builtincache.patch
parent2cf0eadf9f730027833af802d7e6c90b44248f80 (diff)
downloadpoky-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.gz
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
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) \