summaryrefslogtreecommitdiff
path: root/packages/gtk+/gtk+-2.10.12/run-iconcache.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-05-06 18:23:23 +0000
committerKoen Kooi <koen@openembedded.org>2007-05-06 18:23:23 +0000
commitbfc8952267899530ddb2b1b3c3c30857d2527a87 (patch)
treefcd67ddbe2031832711ec9bc5d4f966092a4b1fa /packages/gtk+/gtk+-2.10.12/run-iconcache.patch
parentae7d1e6a31217e163066e1530b3682989663667e (diff)
gtk+: add 2.10.12
Diffstat (limited to 'packages/gtk+/gtk+-2.10.12/run-iconcache.patch')
-rw-r--r--packages/gtk+/gtk+-2.10.12/run-iconcache.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/gtk+/gtk+-2.10.12/run-iconcache.patch b/packages/gtk+/gtk+-2.10.12/run-iconcache.patch
new file mode 100644
index 0000000000..ac15e9ab24
--- /dev/null
+++ b/packages/gtk+/gtk+-2.10.12/run-iconcache.patch
@@ -0,0 +1,19 @@
+--- /tmp/Makefile.am 2007-01-08 17:44:47.000000000 +0100
++++ gtk+-2.10.7/gtk/Makefile.am 2007-01-08 17:45:17.025251000 +0100
+@@ -1128,11 +1128,11 @@
+ ./gtk-update-icon-cache
+ endif
+
+-gtkbuiltincache.h: @REBUILD@ stamp-icons
+- $(MAKE) $(AM_MAKEFLAGS) gtk-update-icon-cache$(EXEEXT)
+- $(gtk_update_icon_cache_program) --force --ignore-theme-index \
+- --source builtin_icons stock-icons > gtkbuiltincache.h.tmp && \
+- mv gtkbuiltincache.h.tmp gtkbuiltincache.h
++#gtkbuiltincache.h: @REBUILD@ stamp-icons
++# $(MAKE) $(AM_MAKEFLAGS) gtk-update-icon-cache$(EXEEXT)
++# $(gtk_update_icon_cache_program) --force --ignore-theme-index \
++# --source builtin_icons stock-icons > gtkbuiltincache.h.tmp && \
++# mv gtkbuiltincache.h.tmp gtkbuiltincache.h
+
+ EXTRA_DIST += \
+ $(STOCK_ICONS) \