Clone of mesa.
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.

12345678910111213
  1. prefix=@INSTALL_DIR@
  2. exec_prefix=${prefix}
  3. libdir=@INSTALL_LIB_DIR@
  4. includedir=@INSTALL_INC_DIR@
  5. Name: glu
  6. Description: Mesa OpenGL Utility library
  7. Requires: @GLU_PC_REQ@
  8. Requires.private: @GLU_PC_REQ_PRIV@
  9. Version: @VERSION@
  10. Libs: -L${libdir} -l@GLU_LIB@
  11. Libs.private: @GLU_PC_LIB_PRIV@
  12. Cflags: -I${includedir} @GLU_PC_CFLAGS@