OSDN Git Service

es: Build libesX.a.
authorChia-I Wu <olvaffe@gmail.com>
Mon, 14 Sep 2009 03:55:18 +0000 (11:55 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Mon, 14 Sep 2009 05:05:15 +0000 (13:05 +0800)
src/mesa/es/Makefile

index 7b51a2b..b571eed 100644 (file)
@@ -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