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:
@@ -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@
|
||||
|
||||
Reference in New Issue
Block a user