Eric Anholt | fa4cf4d | 2012-05-15 12:23:00 -0700 | [diff] [blame] | 1 | prefix=@prefix@ |
Dan Nicholson | 94617bc | 2007-09-12 10:03:05 -0600 | [diff] [blame] | 2 | exec_prefix=${prefix} |
Eric Anholt | fa4cf4d | 2012-05-15 12:23:00 -0700 | [diff] [blame] | 3 | libdir=@libdir@ |
| 4 | includedir=@includedir@ |
Dan Nicholson | 94617bc | 2007-09-12 10:03:05 -0600 | [diff] [blame] | 5 | |
| 6 | Name: gl |
| 7 | Description: Mesa OpenGL library |
Dan Nicholson | 71e208b | 2008-11-24 11:01:57 -0800 | [diff] [blame] | 8 | Requires.private: @GL_PC_REQ_PRIV@ |
Eric Anholt | fa4cf4d | 2012-05-15 12:23:00 -0700 | [diff] [blame] | 9 | Version: @PACKAGE_VERSION@ |
Tom Fogal | a9c97c5 | 2009-04-29 10:32:46 -0600 | [diff] [blame] | 10 | Libs: -L${libdir} -l@GL_LIB@ |
Dan Nicholson | 71e208b | 2008-11-24 11:01:57 -0800 | [diff] [blame] | 11 | Libs.private: @GL_PC_LIB_PRIV@ |
| 12 | Cflags: -I${includedir} @GL_PC_CFLAGS@ |
Tom Fogal | 31351dc | 2010-12-05 17:58:32 -0700 | [diff] [blame] | 13 | glx_tls: @GLX_TLS@ |