diff options
author | Kristian Høgsberg <[email protected]> | 2008-03-10 18:43:53 -0400 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2008-03-10 18:46:19 -0400 |
commit | fe23dc5ecae87de73f7b5a581868065a4c4ac09b (patch) | |
tree | ccd3ffe6f088ee257f5eca3206ea3ae31c8342de /src/glx/x11/gl.pc.in | |
parent | 3731159ec6e1527655d91b3eb364d5c2d252ac60 (diff) |
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.
Diffstat (limited to 'src/glx/x11/gl.pc.in')
-rw-r--r-- | src/glx/x11/gl.pc.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/glx/x11/gl.pc.in b/src/glx/x11/gl.pc.in deleted file mode 100644 index 4b144ffa4b2..00000000000 --- a/src/glx/x11/gl.pc.in +++ /dev/null @@ -1,11 +0,0 @@ -prefix=@INSTALL_DIR@ -exec_prefix=${prefix} -libdir=${exec_prefix}/@LIB_DIR@ -includedir=${prefix}/include - -Name: gl -Description: Mesa OpenGL library -Requires: -Version: @VERSION@ -Libs: -L${libdir} -lGL -Cflags: -I${includedir} |