[buildout] extends =
../fonts/buildout.cfg ../freetype/buildout.cfg ../libxml2/buildout.cfg ../pkgconfig/buildout.cfg ../zlib/buildout.cfg
parts = fontconfig [fontconfig] recipe = hexagonit.recipe.cmmi url = http://fontconfig.org/release/fontconfig-2.8.0.tar.gz md5sum = 77e15a92006ddc2adbb06f840d591c0e configure-options = --disable-static --disable-docs --enable-libxml2 --with-default-fonts=${fonts:location} --with-freetype-config=${freetype:location}/bin/freetype-config environment = PATH=${pkgconfig:location}/bin:%(PATH)s PKG_CONFIG_PATH=${libxml2:location}/lib/pkgconfig CPPFLAGS=-I${zlib:location}/include
LDFLAGS=-L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib