summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Use the specified X11 headers for xlib mesaDan Nicholson2009-03-181-1/+2
| | | | | The xlib build was using the system's Xlib headers or bombing if they weren't available.
* Apple: Cleaned up some linking and dylib ids issuesJeremy Huddleston2008-08-111-0/+1
|
* Always pass -linker and -ldflags to mklib for shared librariesDan Nicholson2008-07-121-2/+2
| | | | | | This just makes the use of mklib more consistent throughout Mesa where we always want to pass the linker and LDFLAGS when we might be making a shared library.
* Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson2008-07-121-2/+1
| | | | | Respect the user's choice of shell when running mklib rather than always using /bin/sh.
* fix Xlib libGL.so build problem.Brian Paul2008-06-091-1/+1
| | | | Also, build driverfuncs.c into libmesa.a since it's always needed.
* remove realglx.[ch] from buildBrian2008-06-081-2/+0
|
* added dependenciesBrian Paul2008-06-051-0/+22
|
* new Makefile for building "stand-alone", Xlib-based libGLBrian Paul2008-06-051-0/+59