summaryrefslogtreecommitdiff
path: root/strata
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-10-09 14:25:22 +0900
committerJavier Jardón <jjardon@gnome.org>2015-10-12 20:56:38 +0100
commit186e921f8657d0de90fa4323f50423cfa064dd54 (patch)
treeb54416837789ab84d47bac673160b676ec42b886 /strata
parent1f830ead3bff780eb924eeb9c7f674cf9b250e12 (diff)
downloaddefinitions-186e921f8657d0de90fa4323f50423cfa064dd54.tar.gz
Query gdk-pixbuf loaders as a system-integration hook
This is to ensure we actually pickup the librsvg loader and we have a properly updated pixbuf loader cache at the end of the build. Change-Id: Id6ca28aeb2ba6722275d580da1f017b7cda32271
Diffstat (limited to 'strata')
-rw-r--r--strata/gtk-deps/gdk-pixbuf.morph8
1 files changed, 5 insertions, 3 deletions
diff --git a/strata/gtk-deps/gdk-pixbuf.morph b/strata/gtk-deps/gdk-pixbuf.morph
index c89c75c8..92655e30 100644
--- a/strata/gtk-deps/gdk-pixbuf.morph
+++ b/strata/gtk-deps/gdk-pixbuf.morph
@@ -1,6 +1,8 @@
name: gdk-pixbuf
kind: chunk
build-system: autotools
-install-commands:
-- make DESTDIR=$DESTDIR install
-- LD_LIBRARY_PATH=$DESTDIR/usr/lib $DESTDIR/usr/bin/gdk-pixbuf-query-loaders > $DESTDIR/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
+system-integration:
+ gdk-pixbuf-misc:
+ 01-query-loaders:
+ - mkdir -p /usr/lib/gdk-pixbuf-2.0/2.10.0/
+ - /usr/bin/gdk-pixbuf-query-loaders > /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache