Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cogl: Depends on virtual/libgles2 instead of virtual/libgl | Otavio Salvador | 2012-10-01 | 1 | -1/+3 |
| | | | | | | | | | | | The mx5 GPU libraries do not provide the OpenGL API but OpenGL ES2 one so we adjust the depends and build option for it. During test from a clean build, it was also find it was lacking a depends on libxdamage so it has been also added. Change-Id: I6b624d1d62a4f00a7d99de3f1fbc93ff5bc77bae Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> | ||||
* | cogl: Use OpenGL ES2 for mx5 SoCs | Otavio Salvador | 2012-09-17 | 1 | -0/+4 |
The amd-gpu-x11-bin-mx51 do not provide a full OpenGL stack but a OpenGL ES2. This fixes a build failure for mx5 SoCs. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> |