From: Otavio Salvador Date: Mon, 24 Sep 2012 17:07:11 +0000 (-0300) Subject: cogl: Depends on virtual/libgles2 instead of virtual/libgl X-Git-Tag: 2.1~1680 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=73ad26c9a82ac1d8f97fd2ba97675f9506c5545e;p=meta-freescale.git cogl: Depends on virtual/libgles2 instead of virtual/libgl 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 --- diff --git a/meta-fsl-arm/recipes-graphics/clutter/cogl_1.8.2.bbappend b/meta-fsl-arm/recipes-graphics/clutter/cogl_1.8.2.bbappend index d2e6ca65..d7d3fd46 100644 --- a/meta-fsl-arm/recipes-graphics/clutter/cogl_1.8.2.bbappend +++ b/meta-fsl-arm/recipes-graphics/clutter/cogl_1.8.2.bbappend @@ -1,4 +1,6 @@ -PRINC := "${@int(PRINC) + 1}" +PRINC := "${@int(PRINC) + 2}" + +DEPENDS_mx5 = "${STDDEPENDS} virtual/libgles2 libxcomposite libxdamage" EXTRA_OECONF_mx5 = "${BASE_CONF} --with-flavour=glx --enable-gles2 --disable-gl" PACKAGE_ARCH_mx5 = "${MACHINE_ARCH}"