summaryrefslogtreecommitdiff
path: root/pkg-config.morph
blob: 42814c58780a811646c889c7395199db653dc9ad (plain)
1
2
3
4
5
6
7
8
{
    "name": "pkg-config",
    "kind": "chunk",
    "build-system": "autotools",
    "configure-commands": [
        "./configure --prefix=\"$PREFIX\" --with-internal-glib"
    ]
}