Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -1/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | freetype: fix target install and clean / dirclean | Peter Korsgaard | 2008-07-17 | 1 | -0/+6 |
| | | | | | | - target install didn't strip library - clean didn't uninstall from staging / target - dirclean target missing | ||||
* | Fix freetype-2.2.1 build in AVR32, possibly other platforms too | Thiago A. Corrêa | 2008-07-04 | 1 | -1/+2 |
| | |||||
* | buildroot: s/depends/depends on/ | Peter Korsgaard | 2008-06-19 | 1 | -1/+1 |
| | | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree. | ||||
* | packages: fix pkgconfig depencies and select pkgconfig where needed | Peter Korsgaard | 2008-06-14 | 1 | -0/+1 |
| | |||||
* | Add end-of-line at last line of freetype.mk | Ulf Samuelsson | 2008-05-22 | 1 | -1/+1 |
| | |||||
* | Change freetype makefile to fix $(STAGING_DIR)/usr/bin/freetype-config | John Voltz | 2008-04-25 | 1 | -10/+48 |
| | |||||
* | updated freetype | John Voltz | 2008-03-06 | 3 | -116/+22 |
| | |||||
* | Run $(CONFIG_UPDATE) after unpacking sources | Hamish Moffatt | 2008-02-12 | 1 | -0/+1 |
| | | | | Patch from Dan Nicolaescu | ||||
* | add more recent version of freetype, required at least for avr32 to build ↵ | Ivan Kuten | 2007-11-16 | 2 | -1/+21 |
| | | | | correctly | ||||
* | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | 2007-10-01 | 1 | -1/+1 |
| | | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | ||||
* | - make sure that configure doesn't see a wrong cache | Bernhard Reutner-Fischer | 2007-09-25 | 1 | -1/+1 |
| | |||||
* | Do not use $(STAGING_DIR)/include for freetype, for now | Ulf Samuelsson | 2007-09-23 | 1 | -3/+4 |
| | |||||
* | - global whitespace trimming | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -2/+2 |
| | |||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -2/+2 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | Remove switches if sstrip is run | Ulf Samuelsson | 2007-08-21 | 1 | -1/+1 |
| | |||||
* | SED away some whitespace | Ulf Samuelsson | 2007-08-20 | 1 | -3/+3 |
| | |||||
* | Update configs for distcc, diffutils and freetype | Ulf Samuelsson | 2007-08-19 | 1 | -0/+1 |
| | |||||
* | Add links to 'usr/include/freetype2/freetype' to 'include' and ↵ | Ulf Samuelsson | 2007-08-14 | 1 | -4/+16 |
| | | | | 'usr/include'. Add PHONY targets | ||||
* | Use STAGING_DIR/usr/lib instead of STAGING_DIR/lib | Ulf Samuelsson | 2007-08-11 | 1 | -2/+2 |
| | |||||
* | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | 2007-06-27 | 1 | -4/+3 |
| | | | | - use TARGET_CONFIGURE_ARGS where appropriate. | ||||
* | fixup package LDFLAGS handling | Eric Andersen | 2007-03-13 | 1 | -0/+1 |
| | |||||
* | - prepare a host-freetype target that could be used to build the build-utils | Bernhard Reutner-Fischer | 2007-01-16 | 1 | -1/+28 |
| | | | | for fontconfig (note that CCexe isn't cached in configure, so just passing it to make later on is enough). | ||||
* | silly typos | Eric Andersen | 2007-01-14 | 1 | -1/+1 |
| | |||||
* | fixup a whole steaming pile of insanity. When packages are configured, | Eric Andersen | 2007-01-14 | 2 | -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 locations | Eric Andersen | 2007-01-10 | 1 | -6/+6 |
| | |||||
* | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | 2006-11-17 | 1 | -1/+1 |
| | |||||
* | remove extra space after touch | Mike Frysinger | 2005-11-24 | 1 | -1/+1 |
| | |||||
* | build with prefix set to STAGING_DIR so the generated .la file has correct paths | Mike Frysinger | 2005-09-08 | 1 | -2/+2 |
| | |||||
* | Make the sourceforge mirror site a config option, as sourceforge | Eric Andersen | 2005-06-09 | 1 | -1/+1 |
| | | | | mirrors tend to change, move, go down, etc from time to time. | ||||
* | http://bugs.uclibc.org/view.php?id=189 | Eric Andersen | 2005-04-26 | 2 | -0/+66 |