office-gobmx/fontconfig
Tor Lillqvist 6063fd0402 fontconfig's configure looks for <expat.h>
So we need to use the expat subdir too in
--with-expat-includes. Apparently until now it did not find expat.h,
so it fell back to libxml2 instead then, which was sometimes found OK,
sometimes (on tinderboxes) not. (It even went looking in the *build*
platform /usr/include, eek!)

Change-Id: If0595b810d531b5aa7110f375d4d0dfb0b01617b
2012-11-08 16:09:49 +02:00
..
prj fontconfig: convert to gbuild 2012-10-24 12:40:39 +02:00
ExternalPackage_fontconfig.mk fontconfig: convert to gbuild 2012-10-24 12:40:39 +02:00
ExternalProject_fontconfig.mk fontconfig's configure looks for <expat.h> 2012-11-08 16:09:49 +02:00
fontconfig-2.8.0.patch
Makefile fontconfig: convert to gbuild 2012-10-24 12:40:39 +02:00
Module_fontconfig.mk fontconfig: convert to gbuild 2012-10-24 12:40:39 +02:00
README cleanup README files. 2012-11-05 12:30:34 +00:00
UnpackedTarball_fontconfig.mk fontconfig: convert to gbuild 2012-10-24 12:40:39 +02:00

This "bundled" fontconfig is built only in an Android build

Fontconfig is a font configuration and customization library. It is designed to locate fonts
within the system and select them according to requirements specified by applications. 

From [ http://packages.debian.org/squeeze/fontconfig ]