Fix a substitution in glesv1_cm.pc
authorEric Anholt <eric@anholt.net>
Thu, 20 May 2010 20:55:21 +0000 (13:55 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 20 May 2010 20:57:10 +0000 (13:57 -0700)
src/mapi/es1api/Makefile

index 73be93e941a65cf6e6878ae769460ec766cae8eb..576ac5afdc30d463cd09bc13560601b953729890 100644 (file)
@@ -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),'