summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2010-05-04 22:43:05 +0800
committerChia-I Wu <olv@lunarg.com>2010-05-08 14:55:52 +0800
commit874ccd5d83f016e47ef65b7a8c3fff6c8ccd981e (patch)
treebfd081e7f46a9b3397730a78dd03c81ba1ae1181 /src/mesa
parent2773f888dc9cde61dedf1b004e35efcc72ca9240 (diff)
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.
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/glesv1_cm.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/glesv1_cm.pc.in b/src/mesa/glesv1_cm.pc.in
index e9c2222204..291f5abf3f 100644
--- a/src/mesa/glesv1_cm.pc.in
+++ b/src/mesa/glesv1_cm.pc.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@