summaryrefslogtreecommitdiff
path: root/package/freetype
AgeCommit message (Collapse)Author
2009-01-24freetype: fix typoPeter Korsgaard
2009-01-24freetype: only depend on zlib if it is availablePeter Korsgaard
The dependency is only there so zlib gets built before freetype if it's available (for shared configure cache)
2009-01-16package/freetype/freetype.mk: Fix editing of freetype-configDaniel Laird
Found that the editing of freetypr-config was not quite enough. Changed it and looked at freetype-config --cflags, --libs and got the values I expected. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2009-01-08freetype: mark ancient 2.2 version as deprecatedPeter Korsgaard
2008-12-08package/freetype: default to 2.3.7Peter Korsgaard
2008-12-08Override the target-install target properly rather than installing as a ↵Hamish Moffatt
post-build hook
2008-11-11package/freetype/freetype.mk: Add zib to dependenciesDaniel Laird
Looking into adding a configure cache to the build (like the GIT buildroot version) This means that freetype needs to know about zlib so make sure it had it as a dependency. Also remove install rule for staging as it matches default. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2008-10-09package/freetype: Convert to Makefile.autotools.inDaniel Laird
Use AutoTools.in to build freetype. Slight issue with freetype installation to TARGET_DIR. Doing an install results in far too many files being copied in. So for now I do what the old makefile did which is copy the .so files and links manually rather than using a make install. It also uses the autotools.in additions to not use the generic libtool patch and use a local one instead. Daniel Laird
2008-09-05Version bump to 2.3.7Hamish Moffatt
This package should be converted to use Makefile.autotools.in by someone who uses it..
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-07-17freetype: fix target install and clean / dircleanPeter Korsgaard
- target install didn't strip library - clean didn't uninstall from staging / target - dirclean target missing
2008-07-04Fix freetype-2.2.1 build in AVR32, possibly other platforms tooThiago A. Corrêa
2008-06-19buildroot: s/depends/depends on/Peter Korsgaard
The new kconfig is more strict regarding depends/depends on, so fixup the tree.
2008-06-14packages: fix pkgconfig depencies and select pkgconfig where neededPeter Korsgaard
2008-05-22Add end-of-line at last line of freetype.mkUlf Samuelsson
2008-04-25Change freetype makefile to fix $(STAGING_DIR)/usr/bin/freetype-configJohn Voltz
2008-03-06updated freetypeJohn Voltz
2008-02-12Run $(CONFIG_UPDATE) after unpacking sourcesHamish Moffatt
Patch from Dan Nicolaescu
2007-11-16add more recent version of freetype, required at least for avr32 to build ↵Ivan Kuten
correctly
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-09-25- make sure that configure doesn't see a wrong cacheBernhard Reutner-Fischer
2007-09-23Do not use $(STAGING_DIR)/include for freetype, for nowUlf Samuelsson
2007-08-22- global whitespace trimmingBernhard Reutner-Fischer
2007-08-21- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer
toolchain/*/*.mk */Makefile.in -l)
2007-08-21Remove switches if sstrip is runUlf Samuelsson
2007-08-20SED away some whitespaceUlf Samuelsson
2007-08-19Update configs for distcc, diffutils and freetypeUlf Samuelsson
2007-08-14Add links to 'usr/include/freetype2/freetype' to 'include' and ↵Ulf Samuelsson
'usr/include'. Add PHONY targets
2007-08-11Use STAGING_DIR/usr/lib instead of STAGING_DIR/libUlf Samuelsson
2007-06-27- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer
- use TARGET_CONFIGURE_ARGS where appropriate.
2007-03-13fixup package LDFLAGS handlingEric Andersen
2007-01-16- prepare a host-freetype target that could be used to build the build-utilsBernhard Reutner-Fischer
for fontconfig (note that CCexe isn't cached in configure, so just passing it to make later on is enough).
2007-01-14silly typosEric Andersen
2007-01-14fixup a whole steaming pile of insanity. When packages are configured,Eric Andersen
they should be configured with --prefix=/usr and we then need to use make DESTDIR=$(STAGING_DIR) install to get things installed into the staging directory. The current situation for many packages, which use --prefix=$(STAGING_DIR) results in the staging_dir paths getting compiled into the binary itself. This also adds in a pile of libtool fixups. Between broken pkgconfig, broken libtool handling, and broken --prefix settings, its a wonder things have worked as well as they have up till now. -Erik
2007-01-10fixup freetype build and install locationsEric Andersen
2006-11-17- add and use BR2_BZCAT config option.Bernhard Reutner-Fischer
2005-11-24remove extra space after touchMike Frysinger
2005-09-08build with prefix set to STAGING_DIR so the generated .la file has correct pathsMike Frysinger
2005-06-09Make the sourceforge mirror site a config option, as sourceforgeEric Andersen
mirrors tend to change, move, go down, etc from time to time.
2005-04-26http://bugs.uclibc.org/view.php?id=189Eric Andersen