summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-08-22 09:57:08 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-08-22 09:57:08 +0100
commitca43530b9751bb8edb43626044131a926cbd4d23 (patch)
treefc505bf6341184c104c14b77921d461ba2cd23c5
parent46bdb9226d36eb8decf98b0fd0f9c41d595428f9 (diff)
downloadmetacity-baserock/morph.tar.gz
Add metacity.morphbaserock/morph
We need to generate caches for gdk-pixbuf loaders and the MIME database so that gdk-pixbuf tools work during build time.
-rw-r--r--metacity.morph11
1 files changed, 11 insertions, 0 deletions
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\""
+ ]
+}