diff options
author | Eric Anholt <[email protected]> | 2012-05-15 12:23:00 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-06-21 10:10:08 -0700 |
commit | fa4cf4dc0cdf2e71e7973410531e4d9d360dd1bb (patch) | |
tree | 50875d22eb189866e4abb231ad79c87bc96c58ec /src/mesa/gl.pc.in | |
parent | 2d4b77c7c6c76b3c2083471a1afa4f19dfbb3d5f (diff) |
mesa: Convert gl.pc to be generated by configure.
This saves a step of mashing variables around in our Makefile.
Diffstat (limited to 'src/mesa/gl.pc.in')
-rw-r--r-- | src/mesa/gl.pc.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mesa/gl.pc.in b/src/mesa/gl.pc.in index 2d3bc917ece..181724b97bf 100644 --- a/src/mesa/gl.pc.in +++ b/src/mesa/gl.pc.in @@ -1,12 +1,12 @@ -prefix=@INSTALL_DIR@ +prefix=@prefix@ exec_prefix=${prefix} -libdir=@INSTALL_LIB_DIR@ -includedir=@INSTALL_INC_DIR@ +libdir=@libdir@ +includedir=@includedir@ Name: gl Description: Mesa OpenGL library Requires.private: @GL_PC_REQ_PRIV@ -Version: @VERSION@ +Version: @PACKAGE_VERSION@ Libs: -L${libdir} -l@GL_LIB@ Libs.private: @GL_PC_LIB_PRIV@ Cflags: -I${includedir} @GL_PC_CFLAGS@ |