30 lines
916 B
Diff
30 lines
916 B
Diff
|
From 46ac7e51d96c8ffb41c1c055fbe97474dcf096f8 Mon Sep 17 00:00:00 2001
|
||
|
From: Matthias Clasen <mclasen@redhat.com>
|
||
|
Date: Fri, 15 Aug 2014 10:37:05 -0400
|
||
|
Subject: Include image data in the builtin icon cache
|
||
|
|
||
|
|
||
|
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 += \
|
||
|
--
|
||
|
cgit v0.10.1
|
||
|
|