Module: Mesa Branch: master Commit: 417b17378ae9a8c590b01f3432fa1542a0f042d7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=417b17378ae9a8c590b01f3432fa1542a0f042d7
Author: Mauro Rossi <[email protected]> Date: Sun Oct 19 16:16:49 2014 +0100 gallium/nouveau: fully build the driver under android Fix the trivial typo in the variable name. Cc: "10.2 10.3" <[email protected]> --- src/gallium/drivers/nouveau/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/nouveau/Android.mk b/src/gallium/drivers/nouveau/Android.mk index 5870aa0..3f6ec5b 100644 --- a/src/gallium/drivers/nouveau/Android.mk +++ b/src/gallium/drivers/nouveau/Android.mk @@ -32,7 +32,7 @@ LOCAL_SRC_FILES := \ $(C_SOURCES) \ $(NV30_C_SOURCES) \ $(NV50_CODEGEN_SOURCES) \ - $(NV50_C_SOURES) \ + $(NV50_C_SOURCES) \ $(NVC0_CODEGEN_SOURCES) \ $(NVC0_C_SOURCES) _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
