[buildout] extends = ../fonts/buildout.cfg ../freetype/buildout.cfg ../libxml2/buildout.cfg ../pkgconfig/buildout.cfg ../bzip2/buildout.cfg ../zlib/buildout.cfg ../bzip2/buildout.cfg parts = fontconfig [fontconfig] recipe = slapos.recipe.cmmi url = http://fontconfig.org/release/fontconfig-2.10.2.tar.bz2 md5sum = 2f239690057d1438aa282e051f721d08 # XXX-Cedric : should we use --with-add-fonts={somefont:location}/share,{someotherfont:location}/share? configure-options = --disable-static --disable-docs --enable-libxml2 --with-default-fonts=${fonts:location} environment = PATH=${pkgconfig:location}/bin:%(PATH)s PKG_CONFIG_PATH=${freetype:location}/lib/pkgconfig:${libxml2:location}/lib/pkgconfig 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