summaryrefslogtreecommitdiff
path: root/libwnck.morph
blob: 26622289eff5ce3771f4f2f9a67e5cb16dbc6988 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "name": "libwnck",
    "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\""
    ]
}