From 19c0cd6be0d9133fe89e9cdf30659d555feea48f Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Tue, 10 Nov 2015 16:59:20 +0900 Subject: Added system integration hook for GTK+3 immodules GTK+3 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+3 at runtime. Change-Id: If121c88e9fe5eaecdebab9cbdb4d20ee06a30373 --- strata/gtk3/gtk3.morph | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/strata/gtk3/gtk3.morph b/strata/gtk3/gtk3.morph index 7d026803..86e15e89 100644 --- a/strata/gtk3/gtk3.morph +++ b/strata/gtk3/gtk3.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: + gtk3-misc: + 00-update-im3-cache: + - gtk-query-immodules-3.0 --update-cache -- cgit v1.2.1