projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f716063
)
Fix a substitution in glesv1_cm.pc
author
Eric Anholt
<eric@anholt.net>
Thu, 20 May 2010 20:55:21 +0000
(13:55 -0700)
committer
Eric Anholt
<eric@anholt.net>
Thu, 20 May 2010 20:57:10 +0000
(13:57 -0700)
src/mapi/es1api/Makefile
patch
|
blob
|
history
diff --git
a/src/mapi/es1api/Makefile
b/src/mapi/es1api/Makefile
index 73be93e941a65cf6e6878ae769460ec766cae8eb..576ac5afdc30d463cd09bc13560601b953729890 100644
(file)
--- 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),'