summaryrefslogtreecommitdiff
path: root/glw.pc.in
blob: 4d3c2451100023bd0190bdf381738b7fc77e4a5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: glw
Description: Mesa OpenGL widget library
Requires: gl
Requires.private: x11 xt
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lGLw
Libs.private: @GLW_PC_LIB_PRIV@
Cflags: -I${includedir} @GLW_PC_CFLAGS@