diff options
Diffstat (limited to 'src/glut/glx/glut.pc.in')
-rw-r--r-- | src/glut/glx/glut.pc.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/glut/glx/glut.pc.in b/src/glut/glx/glut.pc.in index e8638fe1488..ae0689d7e81 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@ |