summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hein <5qgu8gvshg@snkmail.com>2019-07-23 10:40:26 -0700
committerMatt Turner <mattst88@gmail.com>2019-07-23 16:24:09 -0700
commitf959d93f1cbbc82eb8e51eac638778e709184d4b (patch)
treee71a331d2c9618a6ca6092f2e75a27e7eb2f8e30
parentf9a08d7a10e2ff37cd0424f4bcf9155b116e84cd (diff)
pkgconfig: Include -I path for glu itself
Fixes: #2 Reviewed-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Matt Turner <mattst88@gmail.com>
-rw-r--r--glu.pc.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/glu.pc.in b/glu.pc.in
index 939740d..8bb957a 100644
--- a/glu.pc.in
+++ b/glu.pc.in
@@ -9,3 +9,4 @@ Requires: @GLU_REQUIRES@
Version: @VERSION@
Libs: -L${libdir} -lGLU
Libs.private: -lm
+Cflags: -I${includedir}