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

parts =
  fontconfig

[fontconfig]
15
recipe = slapos.recipe.cmmi
16 17
url = http://fontconfig.org/release/fontconfig-2.11.1.tar.bz2
md5sum = 824d000eb737af6e16c826dd3b2d6c90
18
pkg_config_depends = ${freetype:pkg_config_depends}:${freetype:location}/lib/pkgconfig:${libxml2:location}/lib/pkgconfig
19
# XXX-Cedric : should we use --with-add-fonts={somefont:location}/share,{someotherfont:location}/share?
20 21 22 23 24 25 26
configure-options =
  --disable-static
  --disable-docs
  --enable-libxml2
  --with-default-fonts=${fonts:location}
environment =
  PATH=${pkgconfig:location}/bin:%(PATH)s
27
  PKG_CONFIG_PATH=${:pkg_config_depends}
28 29
  CPPFLAGS=-I${zlib:location}/include -I${bzip2:location}/include
  LDFLAGS=-L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib -L${bzip2:location}/lib -Wl,-rpath=${bzip2:location}/lib