Mesa (master): Fix a substitution in glesv1_cm.pc

Eric Anholt anholt at kemper.freedesktop.org
Thu May 20 21:45:24 UTC 2010


Module: Mesa
Branch: master
Commit: 111dce90c195490fabfdf5d76f356884a5221ee3
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=111dce90c195490fabfdf5d76f356884a5221ee3

Author: Eric Anholt <eric at anholt.net>
Date:   Thu May 20 13:55:21 2010 -0700

Fix a substitution in glesv1_cm.pc

---

 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 73be93e..576ac5a 100644
--- a/src/mapi/es1api/Makefile
+++ b/src/mapi/es1api/Makefile
@@ -106,7 +106,7 @@ pcedit = \
 
 pcedit-es1 = \
 	$(pcedit) \
-	-e 's, at GLESv1_CM_REQ_PRIV@,$(GLESv1_CM_REQ_PRIV),' \
+	-e 's, at GLESv1_CM_PC_REQ_PRIV@,$(GLESv1_CM_PC_REQ_PRIV),' \
 	-e 's, at GLESv1_CM_PC_LIB_PRIV@,$(GLESv1_CM_PC_LIB_PRIV),' \
 	-e 's, at GLESv1_CM_PC_CFLAGS@,$(GLESv1_CM_PC_CFLAGS),' \
 	-e 's, at GLESv1_CM_LIB@,$(GLESv1_CM_LIB),'




More information about the mesa-commit mailing list