[gtk+/gtk-3-12] Include image data in the builtin icon cache
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-3-12] Include image data in the builtin icon cache
- Date: Fri, 15 Aug 2014 14:37:27 +0000 (UTC)
commit 46ac7e51d96c8ffb41c1c055fbe97474dcf096f8
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Aug 15 10:37:05 2014 -0400
Include image data in the builtin icon cache
gtk/Makefile.am | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index c281666..9369273 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -1779,8 +1779,13 @@ else
$(AM_V_at) $(MAKE) $(AM_MAKEFLAGS) gtk-update-icon-cache$(EXEEXT)
endif
endif
- $(AM_V_GEN) $(gtk_update_icon_cache_program) --quiet --force --ignore-theme-index \
- --source builtin_icons stock-icons > gtkbuiltincache.h.tmp && \
+ $(AM_V_GEN) $(gtk_update_icon_cache_program) \
+ --quiet \
+ --force \
+ --ignore-theme-index \
+ --include-image-data \
+ --source builtin_icons stock-icons \
+ > gtkbuiltincache.h.tmp && \
mv gtkbuiltincache.h.tmp gtkbuiltincache.h
EXTRA_DIST += \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]