From: Eric Anholt Date: Thu, 20 May 2010 20:55:21 +0000 (-0700) Subject: Fix a substitution in glesv1_cm.pc X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=111dce90c195490fabfdf5d76f356884a5221ee3;p=mesa.git Fix a substitution in glesv1_cm.pc --- diff --git a/src/mapi/es1api/Makefile b/src/mapi/es1api/Makefile index 73be93e941a..576ac5afdc3 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),'