diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2015-11-10 16:57:59 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2015-11-11 03:20:52 +0900 |
commit | df58cd87c6b0c44c64b264f65a313df1f847c033 (patch) | |
tree | 745cb00f955b9eb65b6e7b90afd281e7e0768261 /strata/gtk2 | |
parent | 75d822f226fe286011df05b2120aafa20b66bcf7 (diff) | |
download | definitions-df58cd87c6b0c44c64b264f65a313df1f847c033.tar.gz |
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
Diffstat (limited to 'strata/gtk2')
-rw-r--r-- | strata/gtk2/gtk+.morph | 4 |
1 files changed, 4 insertions, 0 deletions
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 |