Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | android: add $(mesa_top)/src include to the whole of mesa | Emil Velikov | 2015-04-22 | 1 | -4/+2 |
| | | | | | | | | | | Many parts of mesa already have the include with others depending on it but it's missing. Add it once at the top makefile and be done with it. Cc: "10.4 10.5" <[email protected]> Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Chih-Wei Huang <[email protected]> (cherry picked from commit 6fb801786604c270fae99c3d665dcebaa0bff3a6) | ||||
* | util: Include in Android builds | Tomasz Figa | 2014-10-03 | 1 | -0/+102 |
This patch fixes Android build failures by including src/util directory in compilation. Files inside of this directory are compiled into libmesa_util static library and linked with resulting libGLES_mesa. Signed-off-by: Tomasz Figa <[email protected]> CC: <[email protected]> Reviewed-by: Emil Velikov <[email protected]> |