summaryrefslogtreecommitdiffstats
path: root/package/x11r7/mesa3d/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* xserver_xorg-server: rename server-style configuration optionsThomas Petazzoni2013-01-091-1/+1
| | | | | | | | | | | | | | The BR2_PACKAGE_XSERVER_xorg and BR2_PACKAGE_XSERVER_tinyx options used to select the style of X.org server to use are not named consistently with the rest of the Buildroot options (in capital letters and prefixed with the package name). Therefore, we rename those options, and we take care to add the old option names in the BR2_LEGACY infrastructure. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mesa3d: requires host-libxml2 and host-python to generate some filesVellemans Noel2012-11-171-0/+1
| | | | | | | | | | | | mesa3d now generates some C files at build time (related to the OpenGL API) from XML files. This generation process is done using Python scripts that require the libxml2 Python module. Patch based on the initial work of Will Wagner (Thanks Will). Signed-off-by: Vellemans Noel <noel.vellemans@visionbms.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mesa3d: don't depend on the X serverPeter Korsgaard2012-02-061-1/+0
| | | | | | | There's no particular reason why you shouldn't be able to build mesa without the X server (E.G. for remote X), so remove it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* 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>
* mesa3d: bump version and convert to autotoolsWill Wagner2010-04-081-3/+3
| | | | | | | | 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>
* 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>
* mesa3d: sync kconfig deps with makefilePeter Korsgaard2009-03-231-0/+6
|
* xserver-xorg: select mesa3d in kconfigPeter Korsgaard2009-02-241-1/+1
| | | | xserver-xorg depends on mesa3d, so select it in kconfig as well.
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* Merge in X11R7 patches from Julien Letessier, posted 04 Jul 2007. Doesn'tEric Andersen2007-08-101-0/+8
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.