Module: Mesa Branch: master Commit: 111dce90c195490fabfdf5d76f356884a5221ee3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=111dce90c195490fabfdf5d76f356884a5221ee3
Author: Eric Anholt <[email protected]> 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,@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),' _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
