fontconfig.cfg 655 Bytes
Newer Older
Łukasz Nowak's avatar
Łukasz Nowak committed
1 2
[buildout]
extends =
3 4
  fonts.cfg
  freetype.cfg
5 6
  libxml2.cfg
  pkgconfig.cfg
7
  zlib.cfg
Łukasz Nowak's avatar
Łukasz Nowak committed
8 9 10 11 12 13 14 15 16

parts =
  fontconfig

[fontconfig]
recipe = hexagonit.recipe.cmmi
url = http://fontconfig.org/release/fontconfig-2.8.0.tar.gz
md5sum = 77e15a92006ddc2adbb06f840d591c0e
configure-options =
17
  --disable-static
Łukasz Nowak's avatar
Łukasz Nowak committed
18
  --disable-docs
19
  --enable-libxml2
20
  --with-default-fonts=${fonts:location}
Łukasz Nowak's avatar
Łukasz Nowak committed
21 22
  --with-freetype-config=${freetype:location}/bin/freetype-config
environment =
23 24
  PATH=${pkgconfig:location}/bin:%(PATH)s
  PKG_CONFIG_PATH=${libxml2:location}/lib/pkgconfig
25
  CPPFLAGS=-I${zlib:location}/include
Łukasz Nowak's avatar
Łukasz Nowak committed
26
  LDFLAGS=-L${zlib:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib