summaryrefslogtreecommitdiff
path: root/metacity.morph
blob: 47dfbb0138407b0e7a51e69cb4c08426a7d71510 (plain)
1
2
3
4
5
6
7
8
9
10
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\""
    ]
}