diff options
author | marha <marha@users.sourceforge.net> | 2011-08-31 10:31:32 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-08-31 10:31:32 +0200 |
commit | d14fe6598b87092374b1be6eb655153d270c3066 (patch) | |
tree | 77c5d19db06d8ca77ac717a5e579aa346f9cfb13 /mesalib/Android.mk | |
parent | 82ce0534a7bc89f1ed93b4b952b30ceb3d94210d (diff) | |
download | vcxsrv-d14fe6598b87092374b1be6eb655153d270c3066.tar.gz vcxsrv-d14fe6598b87092374b1be6eb655153d270c3066.tar.bz2 vcxsrv-d14fe6598b87092374b1be6eb655153d270c3066.zip |
mesa git update 31 aug 2011
Diffstat (limited to 'mesalib/Android.mk')
-rw-r--r-- | mesalib/Android.mk | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/mesalib/Android.mk b/mesalib/Android.mk index bc4b74e30..7c7c55a11 100644 --- a/mesalib/Android.mk +++ b/mesalib/Android.mk @@ -23,7 +23,7 @@ # BOARD_GPU_DRIVERS should be defined. The valid values are # -# classic drivers: +# classic drivers: i965 # gallium drivers: swrast i915g nouveau r300g r600g vmwgfx # # The main target is libGLES_mesa. For each classic driver enabled, a DRI @@ -36,7 +36,7 @@ MESA_PYTHON2 := python DRM_TOP := external/drm DRM_GRALLOC_TOP := hardware/drm_gralloc -classic_drivers := +classic_drivers := i965 gallium_drivers := swrast i915g nouveau r300g r600g vmwgfx MESA_GPU_DRIVERS := $(strip $(BOARD_GPU_DRIVERS)) @@ -78,7 +78,9 @@ SUBDIRS := \ src/egl/main ifeq ($(strip $(MESA_BUILD_CLASSIC)),true) -SUBDIRS += src/egl/drivers/dri2 +SUBDIRS += \ + src/egl/drivers/dri2 \ + src/mesa/drivers/dri endif ifeq ($(strip $(MESA_BUILD_GALLIUM)),true) |