Move make install logic for libGL back into src/mesa/Makefile.
authorKristian Høgsberg <krh@redhat.com>
Mon, 10 Mar 2008 22:43:53 +0000 (18:43 -0400)
committerKristian Høgsberg <krh@redhat.com>
Mon, 10 Mar 2008 22:46:19 +0000 (18:46 -0400)
commitfe23dc5ecae87de73f7b5a581868065a4c4ac09b
treeccd3ffe6f088ee257f5eca3206ea3ae31c8342de
parent3731159ec6e1527655d91b3eb364d5c2d252ac60
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.
src/glx/x11/Makefile
src/glx/x11/gl.pc.in [deleted file]
src/mesa/Makefile
src/mesa/gl.pc.in [new file with mode: 0644]