summaryrefslogtreecommitdiffstats
path: root/meta/packages/gtk+/gtk+-2.11.6/run-iconcache.patch
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-08-01 19:06:33 +0000
committerRoss Burton <ross@openedhand.com>2007-08-01 19:06:33 +0000
commit7944fb200e56ea888c48e971c5af7e074f59f71a (patch)
tree550663703355289d51aa8fdaca718ce7d9f7e58a /meta/packages/gtk+/gtk+-2.11.6/run-iconcache.patch
parent5c53fff8cc6a533e661b5228208cce2f8650f2de (diff)
downloadpoky-7944fb200e56ea888c48e971c5af7e074f59f71a.tar.gz
Add GTK+ 2.11.6 for poky-bleeding
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2300 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gtk+/gtk+-2.11.6/run-iconcache.patch')
-rw-r--r--meta/packages/gtk+/gtk+-2.11.6/run-iconcache.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/packages/gtk+/gtk+-2.11.6/run-iconcache.patch b/meta/packages/gtk+/gtk+-2.11.6/run-iconcache.patch
new file mode 100644
index 0000000000..ac15e9ab24
--- /dev/null
+++ b/meta/packages/gtk+/gtk+-2.11.6/run-iconcache.patch
@@ -0,0 +1,19 @@
1--- /tmp/Makefile.am 2007-01-08 17:44:47.000000000 +0100
2+++ gtk+-2.10.7/gtk/Makefile.am 2007-01-08 17:45:17.025251000 +0100
3@@ -1128,11 +1128,11 @@
4 ./gtk-update-icon-cache
5 endif
6
7-gtkbuiltincache.h: @REBUILD@ stamp-icons
8- $(MAKE) $(AM_MAKEFLAGS) gtk-update-icon-cache$(EXEEXT)
9- $(gtk_update_icon_cache_program) --force --ignore-theme-index \
10- --source builtin_icons stock-icons > gtkbuiltincache.h.tmp && \
11- mv gtkbuiltincache.h.tmp gtkbuiltincache.h
12+#gtkbuiltincache.h: @REBUILD@ stamp-icons
13+# $(MAKE) $(AM_MAKEFLAGS) gtk-update-icon-cache$(EXEEXT)
14+# $(gtk_update_icon_cache_program) --force --ignore-theme-index \
15+# --source builtin_icons stock-icons > gtkbuiltincache.h.tmp && \
16+# mv gtkbuiltincache.h.tmp gtkbuiltincache.h
17
18 EXTRA_DIST += \
19 $(STOCK_ICONS) \