mesa: Include R/RG integer textures in _mesa_is_integer_format.
[mesa.git] / src / mesa / gl.pc.in
index 1927880d5f9233499f50dedf428878a7b679149c..2d3bc917ece89892beb5f799f4cb8832a34aa892 100644 (file)
@@ -5,7 +5,9 @@ includedir=@INSTALL_INC_DIR@
 
 Name: gl
 Description: Mesa OpenGL library
-Requires:
+Requires.private: @GL_PC_REQ_PRIV@
 Version: @VERSION@
-Libs: -L${libdir} -lGL
-Cflags: -I${includedir}
+Libs: -L${libdir} -l@GL_LIB@
+Libs.private: @GL_PC_LIB_PRIV@
+Cflags: -I${includedir} @GL_PC_CFLAGS@
+glx_tls: @GLX_TLS@