From 534df791878ed90cf7c2e4f14482ff03b7c41e77 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Mon, 22 Aug 2011 11:21:31 +0800 Subject: android: add support for nouveau Compile tested only. --- src/gallium/targets/egl-static/Android.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gallium/targets') diff --git a/src/gallium/targets/egl-static/Android.mk b/src/gallium/targets/egl-static/Android.mk index c34693a8758..8bdbeda61f4 100644 --- a/src/gallium/targets/egl-static/Android.mk +++ b/src/gallium/targets/egl-static/Android.mk @@ -49,6 +49,9 @@ LOCAL_CFLAGS += -DGALLIUM_SOFTPIPE ifneq ($(filter i915g, $(MESA_GPU_DRIVERS)),) LOCAL_CFLAGS += -D_EGL_PIPE_I915=1 endif +ifneq ($(filter nouveau, $(MESA_GPU_DRIVERS)),) +LOCAL_CFLAGS += -D_EGL_PIPE_NOUVEAU=1 +endif ifneq ($(filter r300g, $(MESA_GPU_DRIVERS)),) LOCAL_CFLAGS += -D_EGL_PIPE_R300=1 endif -- cgit v1.2.3