Define OpenGL ES and OpenVG library names.

Define <API>_LIB, <API>_LIB_NAME, <API>_LIB_GLOB, and some other
variables in the configs.  Fix a typo in glesv1_cm.pc.in where an
inexistent variable is used.
This commit is contained in:
Chia-I Wu
2010-05-04 22:43:05 +08:00
parent 2773f888dc
commit 874ccd5d83
4 changed files with 36 additions and 2 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ libdir=@INSTALL_LIB_DIR@
includedir=@INSTALL_INC_DIR@
Name: glesv1_cm
Description: Mesa OpenGL ES 1.0 CM library
Requires.private: @GLESv1_CM_REQ_PRIV@
Description: Mesa OpenGL ES 1.1 CM library
Requires.private: @GLESv1_CM_PC_REQ_PRIV@
Version: @VERSION@
Libs: -L${libdir} -l@GLESv1_CM_LIB@
Libs.private: @GLESv1_CM_PC_LIB_PRIV@