build: 2.9.8 dev build must now use a higher lcms2 dep version.

This commit is contained in:
Jehan
2017-12-14 02:20:41 +01:00
parent b9260266ab
commit edb0928e53

View File

@ -28,6 +28,18 @@
"/share/vala", "*.la", "*.a", "/bin/wmf*", "/bin/libwmf-*",
"/bin/pygtk*", "/bin/pygobject*"],
"modules": [
{
"name": "lcms2",
"config-opts": [ "--disable-static" ],
"cleanup": [ "/bin", "/share" ],
"sources": [
{
"type": "archive",
"url": "http://download.sourceforge.net/lcms/lcms2-2.8.tar.gz",
"sha256": "66d02b229d2ea9474e62c2b6cd6720fde946155cd1d0d2bffdab829790a0fb22"
}
]
},
{
"name": "babl",
"config-opts": [ "--disable-docs" ],