Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Matchbox build | Thomas Petazzoni | 2009-07-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | Several issues were encountered when trying to build Matchbox. This patches fixes these issues : * Selecting BR2_PACKAGE_MATCHBOX should select BR2_PACKAGE_XORG7, otherwise the x11r7 mk files are not included, and matchbox.mk refers to non-existing dependencies (such as xlib_libXtst). * In matchbox.mk, wrong dependencies for Matchbox keyboard. When pango is available, use it through --enable-pango, otherwise, add the dependency to xlib_libXft * Enable AUTORECONF for libXfont and libXft, otherwise the libtool Buildroot patch has no effect, and these packages fail to build without the libtool hack. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | x11r7: update to 7.4 | Peter Korsgaard | 2009-03-14 | 1 | -1/+1 |
| | | | | | | Patch by Dan Lykowski <lykowdk@gmail.com>, closes #181. Minor fixups for kdrive by me. | ||||
* | package/: remove redundant install-strip in *_TARGET_INSTALL_OPT | Peter Korsgaard | 2008-10-20 | 1 | -2/+0 |
| | | | | It's default now. | ||||
* | x11r7/libXft: use install-strip for target install | Peter Korsgaard | 2008-10-20 | 1 | -0/+2 |
| | | | | Saves ~400 KB | ||||
* | 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. | ||||
* | updated xorg to version 7.3 and added all of the fonts | John Voltz | 2008-03-06 | 1 | -1/+1 |
| | |||||
* | - extend AUTOTARGETS with an argument DIR_PREFIX for the location of the package | Bernhard Reutner-Fischer | 2007-09-29 | 1 | -1/+1 |
| | | | | (Ivan Kuten) | ||||
* | - fix misplaced @ | Bernhard Reutner-Fischer | 2007-08-23 | 1 | -1/+1 |
| | | | | - fix typos in x11r7 packages | ||||
* | - global whitespace trimming | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -1/+1 |
| | |||||
* | Merge in X11R7 patches from Julien Letessier, posted 04 Jul 2007. Doesn't | Eric Andersen | 2007-08-10 | 2 | -0/+27 |
quite work yet for me, but this clearly is a huge project and not having it quite work on the first pass is hardly unexpected. We definately want this stuff in buildroot. |