Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - make sure that configure doesn't see a wrong cache | Bernhard Reutner-Fischer | 2007-09-25 | 1 | -1/+1 |
| | |||||
* | - cleanup and fixes (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | 2007-09-17 | 1 | -2/+2 |
| | |||||
* | Remove whitespace | Ulf Samuelsson | 2007-09-12 | 1 | -2/+2 |
| | |||||
* | Bump DirectFB version, and enable/disable X11 | Ulf Samuelsson | 2007-09-05 | 1 | -1/+7 |
| | |||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -1/+1 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | Remove switches if sstrip is run | Ulf Samuelsson | 2007-08-21 | 1 | -1/+1 |
| | |||||
* | Add dependency to linux-fusion, if DirectFB is built with multi | Ulf Samuelsson | 2007-08-13 | 1 | -1/+4 |
| | |||||
* | fix DirectFB *.la path's | Ulf Samuelsson | 2007-08-12 | 1 | -0/+12 |
| | |||||
* | Bump version of DirectFB to 1.0.0 and add dependency on TSLIB | Ulf Samuelsson | 2007-08-12 | 2 | -14/+35 |
| | |||||
* | Make DirectFB buildable by removing sysfs, enabling sdl | Ulf Samuelsson | 2007-08-12 | 1 | -3/+4 |
| | |||||
* | Use /usr/lib instead of /lib for directfb | Ulf Samuelsson | 2007-08-11 | 1 | -2/+2 |
| | |||||
* | Remove usage of TARGET_LDFLAGS all together. Both TARGET_CFLAGS and ↵ | "Steven J. Hill" | 2007-07-06 | 1 | -2/+0 |
| | | | | TARGET_LDFLAGS are passed with the compilers and linker respectively so that we can pass CFLAGS and LDFLAGS on a per-package basis which was not possible previously and a number of packages failed to build. TARGET_CFLAGS usage in package makefiles will be removed next. | ||||
* | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | 2007-06-27 | 1 | -1/+2 |
| | | | | - use TARGET_CONFIGURE_ARGS where appropriate. | ||||
* | - force DirectFB to detect PAGE_SIZE via sysconf (Ivan Kuten) | Bernhard Reutner-Fischer | 2007-06-26 | 1 | -0/+1 |
| | |||||
* | fixup package LDFLAGS handling | Eric Andersen | 2007-03-13 | 1 | -1/+1 |
| | |||||
* | 0.9.25.1 release moved to Old. Reported by Jack Robinson | Peter Korsgaard | 2007-02-02 | 1 | -1/+1 |
| | |||||
* | fixup a whole steaming pile of insanity. When packages are configured, | Eric Andersen | 2007-01-14 | 1 | -16/+27 |
| | | | | | | | | | | | | | 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 | ||||
* | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵ | Bernhard Reutner-Fischer | 2006-10-01 | 1 | -1/+1 |
| | | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in) | ||||
* | disable sdl build | Eric Andersen | 2006-07-10 | 1 | -0/+1 |
| | |||||
* | minor tweak | Eric Andersen | 2006-06-23 | 1 | -2/+2 |
| | |||||
* | tyler writes: | Eric Andersen | 2006-04-06 | 1 | -2/+5 |
| | | | | | | libdirectfb* is copied to target, but when the package builds it also builds libdirect* and libfusion*, which libdirectfb will call upon, but they are not copied along with libdirectfb. | ||||
* | tyler writes: | Eric Andersen | 2006-04-06 | 1 | -2/+2 |
| | | | | | | | | | | | Building DirectFB compiles fine and installs fine, but when running on the target the libraries look for DirectFB modules within a path that was defined as $(PREFIX) during the build. Under buildroot PREFIX is set to $(STAGING_DIR)/usr, which obviously doesn't exist on the target so it dies. Instead, it should be built such that PREFIX=/usr then have prefix & exec_prefix set to $(STAGING_DIR)/usr when it's time to install. | ||||
* | version bump #561 | Mike Frysinger | 2005-11-24 | 2 | -18/+1 |
| | |||||
* | remove extra space after touch | Mike Frysinger | 2005-11-24 | 1 | -1/+1 |
| | |||||
* | disable some drivers, touchup build system, and install into STAGING_DIR prefix | Mike Frysinger | 2005-09-08 | 2 | -5/+24 |
| | |||||
* | http://bugs.uclibc.org/view.php?id=189 | Eric Andersen | 2005-04-26 | 2 | -0/+84 |