OSDN Git Service

android: reorder nouveau pipe drivers
authorChia-I Wu <olvaffe@gmail.com>
Sun, 6 Nov 2011 14:43:32 +0000 (07:43 -0700)
committerChia-I Wu <olvaffe@gmail.com>
Sun, 6 Nov 2011 21:38:23 +0000 (14:38 -0700)
To match targerts/dri-nouveau, and to fix a potential

  "undefined reference to `nv50_ir::getTargetNVC0(unsigned int)'"

error.

Android.mk

index 29453bc..0c07d5e 100644 (file)
@@ -135,9 +135,9 @@ endif
 ifneq ($(filter nouveau, $(MESA_GPU_DRIVERS)),)
 gallium_DRIVERS += \
        libmesa_winsys_nouveau \
-       libmesa_pipe_nvc0 \
-       libmesa_pipe_nv50 \
        libmesa_pipe_nvfx \
+       libmesa_pipe_nv50 \
+       libmesa_pipe_nvc0 \
        libmesa_pipe_nouveau
 LOCAL_SHARED_LIBRARIES += libdrm_nouveau
 endif