summaryrefslogtreecommitdiff
path: root/package/fontconfig/fontconfig.mk
AgeCommit message (Collapse)Author
2008-11-11Add a parallel compilation fix for fontconfigThomas Petazzoni
This patch adds a patch to fix bug https://bugs.freedesktop.org/show_bug.cgi?id=16464 affecting parallel compilation of fontconfig. The patch is the one proposed in the bugzilla entry, available at https://bugs.freedesktop.org/attachment.cgi?id=17294. Without this patch, the compilation (at BR2_JLEVEL > 1) of fontconfig sometimes fails with: In file included from fc-case.c:25: ../src/fcint.h:118:21: error: fcalias.h: No such file or directory Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2008-10-20package/: remove redundant install-strip in *_TARGET_INSTALL_OPTPeter Korsgaard
It's default now.
2008-09-14fontconfig: use install-strip for target installPeter Korsgaard
2008-08-16fontconfig: remove redundant configure argsPeter Korsgaard
Patch by antialize / bug #4524.
2008-06-26fontconfig: bump versionPeter Korsgaard
2008-03-06updated fontconfigJohn Voltz
2007-10-01- just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
2007-08-22- semicolon touchup. No other changesBernhard Reutner-Fischer
2007-08-21Remove switches if sstrip is runUlf Samuelsson
2007-08-12Make paths to expat available to fontconfigUlf Samuelsson
2007-06-28- fix building the utilities that are ment to be run on the _HOST_ (Julien ↵Bernhard Reutner-Fischer
Letessier)
2007-06-27- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer
- use TARGET_CONFIGURE_ARGS where appropriate.
2007-05-24fontconfig requires expatPeter Korsgaard
2007-05-22Use freetype-host for host tools. Fixes #1328Peter Korsgaard
2007-03-13fixup package LDFLAGS handlingEric Andersen
2007-01-29- make fontconfig a little bit saner. It still tries to use the target stuff ↵Bernhard Reutner-Fischer
to create the binaries intended to run on the host, but this is a first step
2007-01-16- pass the freetype-config location to make and disable building docs.Bernhard Reutner-Fischer
This package is broken since it passes TARGET_CFLAGS down to the HOSTCC in e.g. fc-case
2007-01-16Add in a few useful bits for font handlingEric Andersen
2007-01-15teach fontconfig to actually apply its patchesEric Andersen
2007-01-14add fontconfig packageEric Andersen