summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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\""
+ ]
+}