summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2012-08-27 14:55:56 -0700
committerMatt Turner <mattst88@gmail.com>2012-08-28 20:53:27 -0700
commit8e1844704540d4f53214f2fb5a77152db23efdb2 (patch)
treea9783f7d123fa4a7404e6f0ce864d6d2e644ad8a
parent2dc3faedfec3e25dc4067161bb450a7315edeecb (diff)
downloadglu-8e1844704540d4f53214f2fb5a77152db23efdb2.tar.gz
build: Update glu.pc.in now that its out of Mesa
-rw-r--r--glu.pc.in14
1 files changed, 6 insertions, 8 deletions
diff --git a/glu.pc.in b/glu.pc.in
index f7d9109..1cff191 100644
--- a/glu.pc.in
+++ b/glu.pc.in
@@ -1,13 +1,11 @@
-prefix=@INSTALL_DIR@
+prefix=@prefix@
exec_prefix=${prefix}
-libdir=@INSTALL_LIB_DIR@
-includedir=@INSTALL_INC_DIR@
+libdir=@libdir@
+includedir=@includedir@
Name: glu
Description: Mesa OpenGL Utility library
-Requires: @GLU_PC_REQ@
-Requires.private: @GLU_PC_REQ_PRIV@
+Requires: gl
Version: @VERSION@
-Libs: -L${libdir} -l@GLU_LIB@
-Libs.private: @GLU_PC_LIB_PRIV@
-Cflags: -I${includedir} @GLU_PC_CFLAGS@
+Libs: -L${libdir} -lGLU
+Libs.private: -lm