From 111dce90c195490fabfdf5d76f356884a5221ee3 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Thu, 20 May 2010 13:55:21 -0700 Subject: Fix a substitution in glesv1_cm.pc --- src/mapi/es1api/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/mapi/es1api/Makefile b/src/mapi/es1api/Makefile index 73be93e941..576ac5afdc 100644 --- a/src/mapi/es1api/Makefile +++ b/src/mapi/es1api/Makefile @@ -106,7 +106,7 @@ pcedit = \ pcedit-es1 = \ $(pcedit) \ - -e 's,@GLESv1_CM_REQ_PRIV@,$(GLESv1_CM_REQ_PRIV),' \ + -e 's,@GLESv1_CM_PC_REQ_PRIV@,$(GLESv1_CM_PC_REQ_PRIV),' \ -e 's,@GLESv1_CM_PC_LIB_PRIV@,$(GLESv1_CM_PC_LIB_PRIV),' \ -e 's,@GLESv1_CM_PC_CFLAGS@,$(GLESv1_CM_PC_CFLAGS),' \ -e 's,@GLESv1_CM_LIB@,$(GLESv1_CM_LIB),' -- cgit v1.2.3