From 186e921f8657d0de90fa4323f50423cfa064dd54 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Fri, 9 Oct 2015 14:25:22 +0900 Subject: 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 --- strata/gtk-deps/gdk-pixbuf.morph | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'strata') 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 -- cgit v1.2.1