diff options
author | Eric Andersen <andersen@codepoet.org> | 2007-01-14 23:26:15 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2007-01-14 23:26:15 +0000 |
commit | 9524e48516edc5b2bd102218c4c5234f66de46e1 (patch) | |
tree | a4068b89f5e85fa12e6a85c4c3ee93d2e2898fe2 /package/libgtk2/run-iconcache.patch | |
parent | a461faf1ee09deaf662a45338be1e41a3249a077 (diff) | |
download | buildroot-novena-9524e48516edc5b2bd102218c4c5234f66de46e1.tar.gz buildroot-novena-9524e48516edc5b2bd102218c4c5234f66de46e1.zip |
fix build and ensure we install needed runtime components
Diffstat (limited to 'package/libgtk2/run-iconcache.patch')
-rw-r--r-- | package/libgtk2/run-iconcache.patch | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/package/libgtk2/run-iconcache.patch b/package/libgtk2/run-iconcache.patch index d58c82cc5..6768a9b51 100644 --- a/package/libgtk2/run-iconcache.patch +++ b/package/libgtk2/run-iconcache.patch @@ -1,5 +1,24 @@ ---- gtk+-2.10.7/gtk/Makefile.am.orig 2007-01-05 11:32:46.000000000 -0700 -+++ gtk+-2.10.7/gtk/Makefile.am 2007-01-11 01:03:52.000000000 -0700 +--- gtk/gtk/Makefile.in.orig 2007-01-14 02:29:46.000000000 -0700 ++++ gtk/gtk/Makefile.in 2007-01-14 02:30:19.000000000 -0700 +@@ -2954,11 +2954,11 @@ + done \ + && touch stamp-icons + +-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 + + install-data-local: + # Tell versions [3.59,3.63) of GNU make to not export all variables. +--- gtk/gtk/Makefile.am.orig 2007-01-14 02:29:39.000000000 -0700 ++++ gtk/gtk/Makefile.am 2007-01-14 02:30:06.000000000 -0700 @@ -1123,11 +1123,11 @@ ./gtk-update-icon-cache endif |