Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa3d: compile makedepend (and in turn xproto) for the host | Peter Korsgaard | 2009-07-18 | 1 | -1/+1 |
| | | | | | | The mesa3d build needs makedepend on the host, so compile one in $HOST_DIR. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | mesa: needs C++ support | Peter Korsgaard | 2009-05-19 | 1 | -0/+1 |
| | | | | | | | mesa (and in turn xorg) needs C++ support. Based on patch by Steffen Schulz <pepe_ml@gmx.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | mesa: fix build for x86 | Jim Persson | 2009-05-19 | 1 | -0/+12 |
| | | | | | | | | | | mesa wants to compile and run gen_matypes at build time, so make sure it gets compiled for the host and not for the target. Closes #323. Signed-off-by: Jim Persson <spambox@nurd.se> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | mesa3d: sync kconfig deps with makefile | Peter Korsgaard | 2009-03-23 | 1 | -0/+6 |
| | |||||
* | x11r7: update to 7.4 | Peter Korsgaard | 2009-03-14 | 3 | -449/+2 |
| | | | | | | Patch by Dan Lykowski <lykowdk@gmail.com>, closes #181. Minor fixups for kdrive by me. | ||||
* | mesa3d: fix makedepend arguments | Peter Korsgaard | 2009-02-24 | 1 | -3/+4 |
| | | | | | Make sure makedepends only searches the gcc/staging dir, and not the host include dirs. | ||||
* | mesa: use correct config file for arch | Peter Korsgaard | 2009-02-24 | 1 | -1/+15 |
| | |||||
* | mesa3d: use MAKE1 instead of playing around with BR2_JLEVEL | Peter Korsgaard | 2009-02-24 | 1 | -2/+1 |
| | |||||
* | xserver-xorg: select mesa3d in kconfig | Peter Korsgaard | 2009-02-24 | 1 | -1/+1 |
| | | | | xserver-xorg depends on mesa3d, so select it in kconfig as well. | ||||
* | package/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | mesa: bump version | Peter Korsgaard | 2008-06-30 | 3 | -4/+439 |
| | | | | Based on googlecode r559 by John Voltz. | ||||
* | - global whitespace trimming | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -5/+5 |
| | |||||
* | - semicolon touchup. No other changes | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -2/+2 |
| | |||||
* | Correct mesa3d-source, use correct patch directory | Ulf Samuelsson | 2007-08-11 | 1 | -2/+2 |
| | |||||
* | Merge in X11R7 patches from Julien Letessier, posted 04 Jul 2007. Doesn't | Eric Andersen | 2007-08-10 | 3 | -0/+104 |
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. |