Module: Mesa Branch: master Commit: 917b8e3814b2e006e2a88e28a6a061f456b61a9c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=917b8e3814b2e006e2a88e28a6a061f456b61a9c
Author: Chia-I Wu <[email protected]> Date: Sun Nov 6 07:43:32 2011 -0700 android: reorder nouveau pipe drivers To match targerts/dri-nouveau, and to fix a potential "undefined reference to `nv50_ir::getTargetNVC0(unsigned int)'" error. --- Android.mk | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Android.mk b/Android.mk index 29453bc..0c07d5e 100644 --- a/Android.mk +++ b/Android.mk @@ -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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
