You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
252B

  1. prefix=@prefix@
  2. exec_prefix=${prefix}
  3. libdir=@libdir@
  4. includedir=${prefix}/include
  5. Name: glew
  6. Description: The OpenGL Extension Wrangler library
  7. Version: @version@
  8. Cflags: -I${includedir} @cflags@
  9. Libs: -L${libdir} -l@libname@
  10. Requires: @requireslib@