summaryrefslogtreecommitdiff
path: root/configs/default
AgeCommit message (Collapse)AuthorFilesLines
2005-08-23update version to 6.5.0Brian Paul1-2/+2
2005-08-19Convert libGL and DRI drivers to require libdrm.Adam Jackson1-1/+1
libdrm can be had from: http://people.freedesktop.org/~ajax/libdrm/
2005-08-16Bump version to 6.3.2Brian Paul1-1/+1
2005-07-21bump version to 6.3.1Brian Paul1-1/+1
2005-07-02Put default back to the normal DRM pathJon Smirl1-2/+1
2005-07-02Massive refactor of (most of) the Linux config files. This reducesIan Romanick1-3/+4
the length of each config and brings a lot of much needed uniformity to them.
2005-07-01Move the PYTHON2 and PYTHON_FLAGS assignments to configs/current, andBrian Paul1-1/+6
include $(TOP)/configs/current in glapi/Makefile so those vars can be easily overridden by any system config, if needed.
2005-06-07fix error in OSMESA_LIB_NAME lineBrian Paul1-1/+1
2005-05-05added a commentBrian Paul1-0/+1
2005-03-23use $(*_LIB) in the *_LIB_NAME definitionsBrian Paul1-5/+5
2004-12-08Improve the behaviour of the build system wrt depend files.Keith Whitwell1-1/+1
- Remove the -Y option for makedepend, so that the standard directories are searched - No longer pipe the multiple errors that the -Y option caused into /dev/null -- we want to know about these failures. - Fix up a few other misc makedepend failures.
2004-10-02bump version to 6.3Brian Paul1-1/+1
2004-09-27bump minor version to 2Brian Paul1-1/+1
2004-09-13Replace -lGL with -l$(GL_LIB), etc.Brian Paul1-5/+5
Remove GLU_LIB_DEPS, OSMESA_LIB_DEPS lines if identical to 'default' file.
2004-07-20remove -lXm (motif) from GLW_LIB_DEPS since it's not needed by defaultBrian Paul1-2/+3
2004-06-10try and find the drm in a more likely placeDave Airlie1-1/+1
2004-06-01Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKEEric Anholt1-1/+1
variable (defaults to "make") and use that. Use the MKDEP and MKDEP_OPTIONS more. Our shell isn't bash, so change the instances of ">& /dev/null" to a more compatible "> /dev/null 2>&1".
2004-04-13Add DRM_SOURCE_PATH to make system.Jon Smirl1-0/+2
Needed for linux-solo to build
2004-04-07use new MKDEP, MKDEP_OPTIONS variablesBrian Paul1-0/+4
2004-03-26don't try to make GLwMDrawA.c by default since it needs MotifBrian Paul1-2/+2
2004-03-26added glw to SRC_DIRSBrian Paul1-1/+1
2004-03-26new system configurationsBrian Paul1-0/+61