summaryrefslogtreecommitdiffstats
path: root/package/freetype
Commit message (Collapse)AuthorAgeFilesLines
...
* buildroot: s/depends/depends on/Peter Korsgaard2008-06-191-1/+1
| | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree.
* packages: fix pkgconfig depencies and select pkgconfig where neededPeter Korsgaard2008-06-141-0/+1
|
* Add end-of-line at last line of freetype.mkUlf Samuelsson2008-05-221-1/+1
|
* Change freetype makefile to fix $(STAGING_DIR)/usr/bin/freetype-configJohn Voltz2008-04-251-10/+48
|
* updated freetypeJohn Voltz2008-03-063-116/+22
|
* Run $(CONFIG_UPDATE) after unpacking sourcesHamish Moffatt2008-02-121-0/+1
| | | | Patch from Dan Nicolaescu
* add more recent version of freetype, required at least for avr32 to build ↵Ivan Kuten2007-11-162-1/+21
| | | | correctly
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-1/+1
| | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
* - make sure that configure doesn't see a wrong cacheBernhard Reutner-Fischer2007-09-251-1/+1
|
* Do not use $(STAGING_DIR)/include for freetype, for nowUlf Samuelsson2007-09-231-3/+4
|
* - global whitespace trimmingBernhard Reutner-Fischer2007-08-221-2/+2
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-2/+2
| | | | toolchain/*/*.mk */Makefile.in -l)
* Remove switches if sstrip is runUlf Samuelsson2007-08-211-1/+1
|
* SED away some whitespaceUlf Samuelsson2007-08-201-3/+3
|
* Update configs for distcc, diffutils and freetypeUlf Samuelsson2007-08-191-0/+1
|
* Add links to 'usr/include/freetype2/freetype' to 'include' and ↵Ulf Samuelsson2007-08-141-4/+16
| | | | 'usr/include'. Add PHONY targets
* Use STAGING_DIR/usr/lib instead of STAGING_DIR/libUlf Samuelsson2007-08-111-2/+2
|
* - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer2007-06-271-4/+3
| | | | - use TARGET_CONFIGURE_ARGS where appropriate.
* fixup package LDFLAGS handlingEric Andersen2007-03-131-0/+1
|
* - prepare a host-freetype target that could be used to build the build-utilsBernhard Reutner-Fischer2007-01-161-1/+28
| | | | for fontconfig (note that CCexe isn't cached in configure, so just passing it to make later on is enough).
* silly typosEric Andersen2007-01-141-1/+1
|
* fixup a whole steaming pile of insanity. When packages are configured,Eric Andersen2007-01-142-8/+104
| | | | | | | | | | | | | 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
* fixup freetype build and install locationsEric Andersen2007-01-101-6/+6
|
* - add and use BR2_BZCAT config option.Bernhard Reutner-Fischer2006-11-171-1/+1
|
* remove extra space after touchMike Frysinger2005-11-241-1/+1
|
* build with prefix set to STAGING_DIR so the generated .la file has correct pathsMike Frysinger2005-09-081-2/+2
|
* Make the sourceforge mirror site a config option, as sourceforgeEric Andersen2005-06-091-1/+1
| | | | mirrors tend to change, move, go down, etc from time to time.
* http://bugs.uclibc.org/view.php?id=189Eric Andersen2005-04-262-0/+66