summaryrefslogtreecommitdiffstats
path: root/configs/default
Commit message (Collapse)AuthorAgeFilesLines
* Add OSMesa pkg-config fileDan Nicholson2008-12-141-1/+2
| | | | This makes the GLU .pc file a little simpler, too.
* Add more package metadata to the pkg-config filesDan Nicholson2008-12-141-0/+16
| | | | | | | | | | | | | The pkg-config files have been filled in more thoroughly to allow users to use mesa more effectively. By adding metadata to Requires.private, Libs.private and Cflags, we can ensure that all the libraries and headers will be found in all situations. However, the full substitutions are only done when using the configure script. This also fixes the glu pkg-config file to account for using GL or OSMesa. Fixes bug 18161.
* change MESA_MINOR to 3Brian Paul2008-08-261-1/+1
|
* Fixed 'make install' for darwinJeremy Huddleston2008-08-121-0/+6
|
* mesa: revert building glslcompiler by defaultBrian Paul2008-07-211-1/+1
|
* autoconf: Support Motif widgets in GLw with --enable-motifDan Nicholson2008-07-181-0/+1
| | | | | | | | | | | | Add an --enable-motif option, which will enable the Motif widgets in libGLw and link it with libXm. The Motif installation information will be gathered from the motif-config script (this comes with LessTif) or fallback to the standard autoconf checks. To allow the location of the Motif headers to be set from configure, the default setting of -I/usr/include/Motif1.2 has been moved into configs/default and then passed to the Makefile through the MOTIF_CFLAGS variable.
* mesa: build the stand-alone glslcompiler by default, update the docsBrian Paul2008-07-171-1/+1
|
* Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson2008-07-121-0/+1
| | | | | Respect the user's choice of shell when running mklib rather than always using /bin/sh.
* Call minstall with $(SHELL) so the user controls the interpreterDan Nicholson2008-07-121-1/+1
| | | | | | Running minstall directly means that /bin/sh is always used as hte interpreter. If the user needs or wants to use a different shell fo minstall, they can use the SHELL make variable.
* Set $(SHELL) for all configsDan Nicholson2008-07-121-0/+1
| | | | | | | Most make implementations will use /bin/sh as the interpreter for commands and only use a different shell when the $(SHELL) make variable is set. This makes the setting explicit and allows $(SHELL) to be used in the commands themselves.
* Set library and header installation directories from configurationDan Nicholson2008-07-061-1/+3
| | | | | | | | | | | | | | Currently the installation directories for libraries and headers are resolved within the install commands. For instance, the libraries will be installed to $(INSTALL_DIR)/$(LIB_DIR). This limits the flexibility of the installation, such as when the libraries should be installed to a subdirectory like /usr/lib/tls. This adds the make variables $(INSTALL_LIB_DIR) and $(INSTALL_INC_DIR) to define the locations that the libraries and headers are installed. For the static configs, this resolves exactly as before to $(INSTALL_DIR)/include and $(INSTALL_DIR)/$(LIB_DIR). For autoconf, they are derived directly from the --libdir and --includedir settings.
* drop GLcoreGeorge Sapountzis2008-05-231-4/+0
|
* Default DRI driver directory to match X.Org xserverDan Nicholson2008-05-091-1/+1
| | | | | | | Since the only valid consumer of the DRI drivers is the X.Org xserver, this changes the default DRI driver directory to match xorg-server: ${libdir}/dri. The old default of /usr/X11R6/modules/dri was wrong for nearly all current systems.
* autoconf: Scrape the version from configs/defaultDan Nicholson2008-05-051-0/+1
| | | | | | Added the make script version.mk to print the various version numbers from configs/default. This is used to substitute the version in autoconf rather than duplicating it in both places.
* glcore: Set all external variables in configurationGeorge Sapountzis2008-05-051-0/+3
| | | | based on patch by Dan Nicholson <dbn.lists@gmail.com>
* glapi: Use variable for indent and flagsDan Nicholson2008-02-121-1/+3
| | | | | | Put the path to indent and the flags to call it with in configs/default rather than in the Makefile. This makes it easier to change the values globally.
* glut doesn't need -lXtBrian2007-12-031-1/+1
|
* simplify APP_LIB_DEPS (patch 2/3)Dan Nicholson2007-10-291-2/+4
|
* add support for LDFLAGS env varDan Nicholson2007-09-281-0/+1
|
* master/trunk is now for Mesa 7.1 devel: bump versionsBrian2007-05-141-1/+1
|
* Version bumps for 7.0Brian2007-04-271-3/+3
|
* add glsl to PROGRAM_DIRSBrian2007-04-081-1/+1
|
* bump version to 6.5.3 to match version.hBrian2007-03-281-1/+1
|
* remove some debug/test changesBrian Paul2006-10-191-2/+1
|
* New bin/minstall script - a minimal replacement for 'install'.Brian Paul2006-10-191-3/+3
| | | | Correctly handles symlinks so we can get rid of the COPY_LIBS stuff.
* bump version to 6.5.2Brian Paul2006-09-211-1/+1
|
* comment out EXTRA_LIB_PATH, ?= causes problems on HP-UXBrian Paul2006-09-061-1/+1
|
* bump MESA_TINY to 1Brian Paul2006-07-201-1/+1
|
* LIB_DIR is now just 'lib' or 'lib64'Brian Paul2006-07-131-6/+10
| | | | | Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck.
* New 'install' targets in makefile. See bug 2372.Brian Paul2006-06-221-2/+11
|
* update version to 6.5.0Brian Paul2005-08-231-2/+2
|
* Convert libGL and DRI drivers to require libdrm.Adam Jackson2005-08-191-1/+1
| | | | | | libdrm can be had from: http://people.freedesktop.org/~ajax/libdrm/
* Bump version to 6.3.2Brian Paul2005-08-161-1/+1
|
* bump version to 6.3.1Brian Paul2005-07-211-1/+1
|
* Put default back to the normal DRM pathJon Smirl2005-07-021-2/+1
|
* Massive refactor of (most of) the Linux config files. This reducesIan Romanick2005-07-021-3/+4
| | | | | the length of each config and brings a lot of much needed uniformity to them.
* Move the PYTHON2 and PYTHON_FLAGS assignments to configs/current, andBrian Paul2005-07-011-1/+6
| | | | | include $(TOP)/configs/current in glapi/Makefile so those vars can be easily overridden by any system config, if needed.
* fix error in OSMESA_LIB_NAME lineBrian Paul2005-06-071-1/+1
|
* added a commentBrian Paul2005-05-051-0/+1
|
* use $(*_LIB) in the *_LIB_NAME definitionsBrian Paul2005-03-231-5/+5
|
* Improve the behaviour of the build system wrt depend files.Keith Whitwell2004-12-081-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.
* bump version to 6.3Brian Paul2004-10-021-1/+1
|
* bump minor version to 2Brian Paul2004-09-271-1/+1
|
* Replace -lGL with -l$(GL_LIB), etc.Brian Paul2004-09-131-5/+5
| | | | Remove GLU_LIB_DEPS, OSMESA_LIB_DEPS lines if identical to 'default' file.
* remove -lXm (motif) from GLW_LIB_DEPS since it's not needed by defaultBrian Paul2004-07-201-2/+3
|
* try and find the drm in a more likely placeDave Airlie2004-06-101-1/+1
|
* Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKEEric Anholt2004-06-011-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".
* Add DRM_SOURCE_PATH to make system.Jon Smirl2004-04-131-0/+2
| | | | Needed for linux-solo to build
* use new MKDEP, MKDEP_OPTIONS variablesBrian Paul2004-04-071-0/+4
|
* don't try to make GLwMDrawA.c by default since it needs MotifBrian Paul2004-03-261-2/+2
|