blob: 2d3bc917ece89892beb5f799f4cb8832a34aa892 [file] [log] [blame]
Dan Nicholson94617bc2007-09-12 10:03:05 -06001prefix=@INSTALL_DIR@
2exec_prefix=${prefix}
Dan Nicholson11ac5b22008-07-03 09:17:44 -07003libdir=@INSTALL_LIB_DIR@
4includedir=@INSTALL_INC_DIR@
Dan Nicholson94617bc2007-09-12 10:03:05 -06005
6Name: gl
7Description: Mesa OpenGL library
Dan Nicholson71e208b2008-11-24 11:01:57 -08008Requires.private: @GL_PC_REQ_PRIV@
Dan Nicholson94617bc2007-09-12 10:03:05 -06009Version: @VERSION@
Tom Fogala9c97c52009-04-29 10:32:46 -060010Libs: -L${libdir} -l@GL_LIB@
Dan Nicholson71e208b2008-11-24 11:01:57 -080011Libs.private: @GL_PC_LIB_PRIV@
12Cflags: -I${includedir} @GL_PC_CFLAGS@
Tom Fogal31351dc2010-12-05 17:58:32 -070013glx_tls: @GLX_TLS@