Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-13 | Remove unused MESA_MODULES autoconf variable | Jon TURNEY | 1 | -1/+0 | |
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Eric Anholt <eric@anholt.net> Tested-by: Matt Turner <mattst88@gmail.com> | |||||
2012-06-21 | dricore: Turn it into a normal library. | Eric Anholt | 1 | -4/+0 | |
Our intention is still that it's not abi stable, so make the package version number get included in the library name. Now you can parallel install dricore-using drivers from multiple mesa versions. We can put it into lib now that we're following library versioning rules (assuming that ABIs don't change within a single Mesa point release). LD_LIBRARY_PATH still doesn't work with a non-/, non-/usr prefix because libtool uses rpath instead of runpath for nonstandard prefixes. | |||||
2012-06-21 | automake: Directly generate configs/current instead of symlinking from it. | Eric Anholt | 1 | -0/+231 | |