summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Bowling <kevin.bowling@kev009.com>2021-07-08 21:51:34 -0700
committerKevin Bowling <kevin.bowling@kev009.com>2021-07-08 22:04:46 -0700
commitf6b4103e237cea8c924c307ccc8f1881921d90d0 (patch)
treeacd5883562af91740525ce4b45261c311e63dca3
parentdfeb6ed02a23517e1062e52acd3cd322e1a16ffc (diff)
downloadglu-f6b4103e237cea8c924c307ccc8f1881921d90d0.tar.gz
pkgconfig: Drop unneeded lines from autotools build
-rw-r--r--glu.pc.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/glu.pc.in b/glu.pc.in
index 8bb957a..9f1425c 100644
--- a/glu.pc.in
+++ b/glu.pc.in
@@ -1,5 +1,4 @@
prefix=@prefix@
-exec_prefix=${prefix}
libdir=@libdir@
includedir=@includedir@
@@ -8,5 +7,4 @@ Description: Mesa OpenGL Utility library
Requires: @GLU_REQUIRES@
Version: @VERSION@
Libs: -L${libdir} -lGLU
-Libs.private: -lm
Cflags: -I${includedir}