Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move make install logic for libGL back into src/mesa/Makefile. | Kristian Høgsberg | 2008-03-10 | 1 | -11/+0 |
| | | | | | | | | | This makes make install work again for non-glx libGL implementations. The make install logic is split into three sub-targets: install-libgl, install-osmesa, install-drivers. The install target in src/glx/x11 is then implemented using the src/mesa make install-libgl rule. Thanks to Dan Nicholson for pointing out the breakage. | ||||
* | Move libGL install target to the libGL Makefile. | Kristian Høgsberg | 2008-03-08 | 1 | -0/+11 |