summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-11-10 16:59:20 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-11-11 03:20:52 +0900
commit19c0cd6be0d9133fe89e9cdf30659d555feea48f (patch)
treed0314071e110691baa0c2bbf5c6625c54f56c980
parentdf58cd87c6b0c44c64b264f65a313df1f847c033 (diff)
downloaddefinitions-19c0cd6be0d9133fe89e9cdf30659d555feea48f.tar.gz
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
-rw-r--r--strata/gtk3/gtk3.morph4
1 files changed, 4 insertions, 0 deletions
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