summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/clutter/cogl_1.8.2.bbappend
Commit message (Collapse)AuthorAgeFilesLines
* cogl: Remove 'bbappend' as Clutter recipes are being reworkedOtavio Salvador2013-05-221-6/+0
| | | | | | | | | | | The Clutter packages are being reworked so we need more work to get it properly supported. In meanwhile remove the bbappend to avoid build breakage. Fixes [YOCTO: #4523] Change-Id: I1364a5b76071a0abcfc4a601b3a6adc3f8451d48 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* cogl: Depends on virtual/libgles2 instead of virtual/libglOtavio Salvador2012-09-301-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 SoCsOtavio Salvador2012-09-171-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>