blob: 3c664b627c2d33d0208f28aadef674fd71ad8b6b (
plain)
1
2
3
4
5
6
7
8
9
|
{
"name": "evolution-data-server",
"kind": "chunk",
"build-system": "autotools",
"configure-commands": [
"NOCONFIGURE=1 ./autogen.sh",
"./configure --prefix=\"$PREFIX\" --disable-goa --disable-weather --with-nss-includes=/usr/include/nss --with-nspr-includes=/usr/include/nspr"
]
}
|