blob: 181724b97bf10e61c139d5ee3f1efb5ad37f02be [file] [log] [blame]
Eric Anholtfa4cf4d2012-05-15 12:23:00 -07001prefix=@prefix@
Dan Nicholson94617bc2007-09-12 10:03:05 -06002exec_prefix=${prefix}
Eric Anholtfa4cf4d2012-05-15 12:23:00 -07003libdir=@libdir@
4includedir=@includedir@
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@
Eric Anholtfa4cf4d2012-05-15 12:23:00 -07009Version: @PACKAGE_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@