fontconfig.cfg 552 Bytes
Newer Older
Łukasz Nowak's avatar
Łukasz Nowak committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
[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