summaryrefslogtreecommitdiff
path: root/src/glut/glx/glut.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/glut/glx/glut.pc.in')
-rw-r--r--src/glut/glx/glut.pc.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/glut/glx/glut.pc.in b/src/glut/glx/glut.pc.in
index e8638fe..ae0689d 100644
--- a/src/glut/glx/glut.pc.in
+++ b/src/glut/glx/glut.pc.in
@@ -6,6 +6,8 @@ includedir=@INSTALL_INC_DIR@
Name: glut
Description: Mesa OpenGL Utility Toolkit library
Requires: gl glu
+Requires.private: @GLUT_PC_REQ_PRIV@
Version: @VERSION@
Libs: -L${libdir} -lglut
-Cflags: -I${includedir}
+Libs.private: @GLUT_PC_LIB_PRIV@
+Cflags: -I${includedir} @GLUT_PC_CFLAGS@