Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the specified X11 headers for xlib mesa | Dan Nicholson | 2009-03-18 | 1 | -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 issues | Jeremy Huddleston | 2008-08-11 | 1 | -0/+1 |
| | |||||
* | Always pass -linker and -ldflags to mklib for shared libraries | Dan Nicholson | 2008-07-12 | 1 | -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 interpreter | Dan Nicholson | 2008-07-12 | 1 | -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 Paul | 2008-06-09 | 1 | -1/+1 |
| | | | | Also, build driverfuncs.c into libmesa.a since it's always needed. | ||||
* | remove realglx.[ch] from build | Brian | 2008-06-08 | 1 | -2/+0 |
| | |||||
* | added dependencies | Brian Paul | 2008-06-05 | 1 | -0/+22 |
| | |||||
* | new Makefile for building "stand-alone", Xlib-based libGL | Brian Paul | 2008-06-05 | 1 | -0/+59 |