From 874ccd5d83f016e47ef65b7a8c3fff6c8ccd981e Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Tue, 4 May 2010 22:43:05 +0800 Subject: Define OpenGL ES and OpenVG library names. Define _LIB, _LIB_NAME, _LIB_GLOB, and some other variables in the configs. Fix a typo in glesv1_cm.pc.in where an inexistent variable is used. --- src/mesa/glesv1_cm.pc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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@ -- cgit v1.2.3