src/glx/x11/Makefile | 17 ++--------------- src/glx/x11/gl.pc.in | 11 ----------- src/glx/x11/glxcmds.c | 8 +++++--- src/glx/x11/glxext.c | 3 ++- src/mesa/Makefile | 24 ++++++++++++++++++++++-- src/mesa/gl.pc.in | 11 +++++++++++ 6 files changed, 42 insertions(+), 32 deletions(-)
commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary New commits: commit fe23dc5ecae87de73f7b5a581868065a4c4ac09b Author: Kristian Høgsberg <[EMAIL PROTECTED]> Date: Mon Mar 10 18:43:53 2008 -0400 Move make install logic for libGL back into src/mesa/Makefile. 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. commit 3731159ec6e1527655d91b3eb364d5c2d252ac60 Author: Kristian Høgsberg <[EMAIL PROTECTED]> Date: Mon Mar 10 17:59:46 2008 -0400 Only try to call DRI function if DRI got initialized properly.
_______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
