summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2009-09-14 11:55:18 +0800
committerChia-I Wu <olvaffe@gmail.com>2009-09-14 13:05:15 +0800
commita1842a4f114122641192f0fc6935685e9bbd60df (patch)
tree73dbe7820a19c67f3f1a6aab9b53874d33e94b06
parent73f3765270657a847eef5ffc8fb3e054638a874e (diff)
es: Build libesX.a.
-rw-r--r--src/mesa/es/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/es/Makefile b/src/mesa/es/Makefile
index 7b51a2b25db..b571eedecf3 100644
--- a/src/mesa/es/Makefile
+++ b/src/mesa/es/Makefile
@@ -7,15 +7,15 @@ include $(TOP)/configs/current
include sources.mak
# no libes1.a and libes2.a by default
-ES1_LIBS := libes1gallium.a libes1api.a
-ES2_LIBS := libes2gallium.a libes2api.a
+ES1_LIBS := libes1.a libes1gallium.a libes1api.a
+ES2_LIBS := libes2.a libes2gallium.a libes2api.a
# Default rule: create ES1 and ES2 libs
.PHONY: default
default: subdirs $(ES1_LIBS) $(ES2_LIBS)
# force the inclusion of es's mfeatures.h
-ES1_CFLAGS := -include main/mfeatures.h -D__GL_EXPORTS
+ES1_CFLAGS := -include main/mfeatures.h -D__GL_EXPORTS -UIN_DRI_DRIVER
ES2_CFLAGS := $(ES1_CFLAGS)
# rebuild when these files are changed