From ca43530b9751bb8edb43626044131a926cbd4d23 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Wed, 22 Aug 2012 09:57:08 +0100 Subject: Add metacity.morph We need to generate caches for gdk-pixbuf loaders and the MIME database so that gdk-pixbuf tools work during build time. --- metacity.morph | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 metacity.morph diff --git a/metacity.morph b/metacity.morph new file mode 100644 index 00000000..47dfbb01 --- /dev/null +++ b/metacity.morph @@ -0,0 +1,11 @@ +{ + "name": "metacity", + "kind": "chunk", + "build-system": "autotools", + "configure-commands": [ + "gdk-pixbuf-query-loaders --update-cache", + "update-mime-database \"$PREFIX/share/mime\"", + "NOCONFIGURE=1 ./autogen.sh", + "./configure --prefix=\"$PREFIX\"" + ] +} -- cgit v1.2.1