diff options
Diffstat (limited to 'mutter.morph')
-rw-r--r-- | mutter.morph | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mutter.morph b/mutter.morph new file mode 100644 index 000000000..a28f44ff0 --- /dev/null +++ b/mutter.morph @@ -0,0 +1,11 @@ +{ + "name": "mutter", + "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\" \"$@\"" + ] +} |