summaryrefslogtreecommitdiffstats
path: root/package/x11r7/mesa3d
Commit message (Collapse)AuthorAgeFilesLines
* mesa3d: ensure it can only be compiled with modular X serverPeter Korsgaard2010-12-271-0/+1
| | | | | | | | kdrive has no glx support, and mesa3d depends on libdrm which needs largefile support (just like the modular server), so ensure mesa3d can only be enabled in that configuration. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* packages: remove unneeded _INSTALL_TARGET_OPT definitionsThomas Petazzoni2010-09-271-1/+0
| | | | | | | | Now that <pkg>_INSTALL_TARGET_OPT always defaults to 'DESTDIR=$(TARGET_DIR) install', we can remove the <pkg>_INSTALL_TARGET_OPT definition from a lot of packages. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* mesa3d: bump version and convert to autotoolsWill Wagner2010-04-083-105/+11
| | | | | | | | Note this version requires a recent kernel with KMS support as it is currently configured Signed-off-by: Will Wagner <will_wagner@carallon.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mesa3d/makedepend: correct host package names after autotools changeWilliam Wagner2010-01-181-1/+1
| | | | | Signed-off-by: William Wagner <will_wagner@carallon.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mesa3d: Pass LDFLAGS to the build config fileClark Rawlins2009-12-061-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 hostPeter Korsgaard2009-07-181-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++ supportPeter Korsgaard2009-05-191-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 x86Jim Persson2009-05-191-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 makefilePeter Korsgaard2009-03-231-0/+6
|
* x11r7: update to 7.4Peter Korsgaard2009-03-143-449/+2
| | | | | | Patch by Dan Lykowski <lykowdk@gmail.com>, closes #181. Minor fixups for kdrive by me.
* mesa3d: fix makedepend argumentsPeter Korsgaard2009-02-241-3/+4
| | | | | Make sure makedepends only searches the gcc/staging dir, and not the host include dirs.
* mesa: use correct config file for archPeter Korsgaard2009-02-241-1/+15
|
* mesa3d: use MAKE1 instead of playing around with BR2_JLEVELPeter Korsgaard2009-02-241-2/+1
|
* xserver-xorg: select mesa3d in kconfigPeter Korsgaard2009-02-241-1/+1
| | | | xserver-xorg depends on mesa3d, so select it in kconfig as well.
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-1/+1
|
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* mesa: bump versionPeter Korsgaard2008-06-303-4/+439
| | | | Based on googlecode r559 by John Voltz.
* - global whitespace trimmingBernhard Reutner-Fischer2007-08-221-5/+5
|
* - semicolon touchup. No other changesBernhard Reutner-Fischer2007-08-221-2/+2
|
* Correct mesa3d-source, use correct patch directoryUlf Samuelsson2007-08-111-2/+2
|
* Merge in X11R7 patches from Julien Letessier, posted 04 Jul 2007. Doesn'tEric Andersen2007-08-103-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.