Commit 466a206a authored by Łukasz Nowak's avatar Łukasz Nowak

- provide fontconfig


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40718 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a8c1bc16
[buildout]
extends =
../software-profiles/freetype.cfg
../software-profiles/libexpat.cfg
../software-profiles/zlib.cfg
parts =
fontconfig
[fontconfig]
recipe = hexagonit.recipe.cmmi
url = http://fontconfig.org/release/fontconfig-2.8.0.tar.gz
md5sum = 77e15a92006ddc2adbb06f840d591c0e
configure-options =
--disable-docs
--with-expat=${libexpat:location}
--with-freetype-config=${freetype:location}/bin/freetype-config
environment =
CFLAGS=-I${zlib:location}/include
LDFLAGS=-L${zlib:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment