From df58cd87c6b0c44c64b264f65a313df1f847c033 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Tue, 10 Nov 2015 16:57:59 +0900 Subject: Added system integration hook for GTK+2 immodules GTK+2 maintains it's own cache of any installed immodules, this system integration hook ensures that any immodules which may be installed during a system build are taken into consideration by GTK+2 at runtime. Change-Id: I5f0607505cd5cf4daa316da106987b213ded1ea9 --- strata/gtk2/gtk+.morph | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/strata/gtk2/gtk+.morph b/strata/gtk2/gtk+.morph index 14d697fa..bdc14cc6 100644 --- a/strata/gtk2/gtk+.morph +++ b/strata/gtk2/gtk+.morph @@ -9,3 +9,7 @@ build-commands: - GDK_PIXBUF_MODULE_FILE="$(pwd)/loader.cache" make install-commands: - GDK_PIXBUF_MODULE_FILE="$(pwd)/loader.cache" make install DESTDIR="$DESTDIR" +system-integration: + gtk2-misc: + 00-update-im2-cache: + - gtk-query-immodules-2.0 --update-cache -- cgit v1.2.1