Advertisement
et1337

pkg-config gl.pc

Mar 1st, 2015
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. prefix=/usr
  2. exec_prefix=${prefix}
  3. libdir=${prefix}/lib/x86_64-linux-gnu
  4. includedir=${prefix}/include
  5.  
  6. Name: gl
  7. Description: Mesa OpenGL library
  8. Requires.private: libdrm >= 2.4.24 x11 xext xdamage xfixes x11-xcb xcb-glx >= 1.8.1 xcb-dri2 >= 1.8 xcb-dri3 xcb-present xcb-sync xshmfence >= 1.1 xxf86vm
  9. Version: 10.1.3
  10. Libs: -L${libdir} -lGL
  11. Libs.private: -lm -lpthread -ldl
  12. Cflags: -I${includedir}
  13. glx_tls: ye
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement