Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa3d: Pass LDFLAGS to the build config file | Clark Rawlins | 2009-12-06 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | Closes #559. Without the LDFLAGS in the build configuration file building mesa3d fails with an external toolchain on amd64 machines targeting i686. The error indicats that libX11 can't be found. This change passes the --sysroot parameter (along with any others specified by buildroot for LDFLAGS to the mklib script. Signed-off-by: Clark Rawlins <clark@bit63.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | 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> | ||||
* | x11r7: update to 7.4 | Peter Korsgaard | 2009-03-14 | 1 | -2/+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 |
| | |||||
* | 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 |
| | |||||
* | mesa: bump version | Peter Korsgaard | 2008-06-30 | 1 | -2/+1 |
| | | | | 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 | 1 | -0/+85 |
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. |