diff options
author | Eric Anholt <eric@anholt.net> | 2010-05-20 13:55:21 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2010-05-20 13:57:10 -0700 |
commit | 111dce90c195490fabfdf5d76f356884a5221ee3 (patch) | |
tree | 9312b15d874060e9de592dc7fe8cb66f50bef6e7 /src/mapi | |
parent | f716063ad133ec142d9846d55e569db1295650a6 (diff) |
Fix a substitution in glesv1_cm.pc
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/es1api/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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),' |