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 |
- prefix=@INSTALL_DIR@
- exec_prefix=${prefix}
- libdir=@INSTALL_LIB_DIR@
- includedir=@INSTALL_INC_DIR@
-
- Name: glu
- Description: Mesa OpenGL Utility library
- Requires: @GLU_PC_REQ@
- Requires.private: @GLU_PC_REQ_PRIV@
- Version: @VERSION@
- Libs: -L${libdir} -l@GLU_LIB@
- Libs.private: @GLU_PC_LIB_PRIV@
- Cflags: -I${includedir} @GLU_PC_CFLAGS@
|