summaryrefslogtreecommitdiffstats
path: root/meta/packages/gtk+/gtk+-2.10.0/no-generate-builtincache.patch
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2006-12-22 09:59:20 +0000
committerRoss Burton <ross@openedhand.com>2006-12-22 09:59:20 +0000
commitea5a5e27a6dd5a6bfbba1b5bcfb13423c7c222a0 (patch)
treed8ceadb0fd62f3455813ae1649b96871be2e0305 /meta/packages/gtk+/gtk+-2.10.0/no-generate-builtincache.patch
parent32077bdb32334a34b0a364b49a00549a1c874dca (diff)
downloadpoky-ea5a5e27a6dd5a6bfbba1b5bcfb13423c7c222a0.tar.gz
Remove GTK+ 2.10.0
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1070 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, 0 insertions, 33 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
deleted file mode 100644
index bd204d0e8b..0000000000
--- a/meta/packages/gtk+/gtk+-2.10.0/no-generate-builtincache.patch
+++ /dev/null
@@ -1,33 +0,0 @@
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) \