Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
[mesa.git] / src / glw / glw.pc.in
index 25f3f73b8c6734ce2acd58f3e20cc6d05e4b4c9c..19a7c307c016cfacfa065abff24a979a742ba2b5 100644 (file)
@@ -6,6 +6,8 @@ includedir=@INSTALL_INC_DIR@
 Name: glw
 Description: Mesa OpenGL widget library
 Requires: gl
+Requires.private: @GLW_PC_REQ_PRIV@
 Version: @VERSION@
-Libs: -L${libdir} -lGLw
-Cflags: -I${includedir}
+Libs: -L${libdir} -l@GLW_LIB@
+Libs.private: @GLW_PC_LIB_PRIV@
+Cflags: -I${includedir} @GLW_PC_CFLAGS@