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