Home | History | Annotate | Download | only in pkgconfig
      1 prefix=/usr
      2 exec_prefix=${prefix}
      3 libdir=/usr/lib
      4 includedir=/usr/include
      5 
      6 Name: gl
      7 Description: Mesa OpenGL library
      8 Requires.private: x11 xext
      9 Version: 7.7.1
     10 Libs: -L${libdir} -lGL
     11 Libs.private: -lm -lpthread
     12 Cflags: -I${includedir} 
     13