summaryrefslogtreecommitdiff
path: root/external/fontconfig
AgeCommit message (Collapse)AuthorFilesLines
2013-10-24Fix freetype and fontconfig problemsTor Lillqvist1-1/+1
We need to do a "make install" in freetype so that what freetype-config --libs outputs is correct. We don't use freetype-config ourselves but fontconfig does, and it builds some test programs. The bundled freetype and fontconfig are built only for Android. Change-Id: Ib622cc48a0c4eb6a72188bc83c8d36b39f97fdca
2013-10-24freetype: use libraries from WORKDIRMichael Stahl1-1/+1
Change-Id: Ia31a6f56fd8347f6fc50677e86a414f4c5ed81b1
2013-10-24fontconfig: use libraries from WORKDIRMichael Stahl2-19/+0
Change-Id: I4b967187bca35527a3c3d718952ae0a3ae6ebae9
2013-10-18Fix building from inside modules moved to externalKhaled Hosny1-1/+1
Change-Id: Id6023dc3751fe70984f489682be17d1ab1855f71
2013-10-18fdo#70393: move fontconfig to a subdir of externalKhaled Hosny7-0/+171
Change-Id: I467e83b4c1ca938f5cdc333d9af103bcd01832f2 Reviewed-on: https://gerrit.libreoffice.org/6303 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>