From fe23dc5ecae87de73f7b5a581868065a4c4ac09b Mon Sep 17 00:00:00 2001 From: Kristian Høgsberg Date: Mon, 10 Mar 2008 18:43:53 -0400 Subject: 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/mesa/gl.pc.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/mesa/gl.pc.in (limited to 'src/mesa/gl.pc.in') diff --git a/src/mesa/gl.pc.in b/src/mesa/gl.pc.in new file mode 100644 index 0000000000..4b144ffa4b --- /dev/null +++ b/src/mesa/gl.pc.in @@ -0,0 +1,11 @@ +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} -- cgit v1.2.3