blob: f7d9109823253ac0d7c4f93bb523f2d8270f8287 [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: glu
7Description: Mesa OpenGL Utility library
Dan Nicholson71e208b2008-11-24 11:01:57 -08008Requires: @GLU_PC_REQ@
9Requires.private: @GLU_PC_REQ_PRIV@
Dan Nicholson94617bc2007-09-12 10:03:05 -060010Version: @VERSION@
Tom Fogala9c97c52009-04-29 10:32:46 -060011Libs: -L${libdir} -l@GLU_LIB@
Dan Nicholson71e208b2008-11-24 11:01:57 -080012Libs.private: @GLU_PC_LIB_PRIV@
13Cflags: -I${includedir} @GLU_PC_CFLAGS@