From a2dcf1b9222c15b7827425c68f1e4d809de530e9 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 13 Sep 2012 11:24:11 -0300 Subject: cogl: Use OpenGL ES2 for mx5 SoCs 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 --- recipes-graphics/clutter/cogl_1.8.2.bbappend | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 recipes-graphics/clutter/cogl_1.8.2.bbappend diff --git a/recipes-graphics/clutter/cogl_1.8.2.bbappend b/recipes-graphics/clutter/cogl_1.8.2.bbappend new file mode 100644 index 0000000..d2e6ca6 --- /dev/null +++ b/recipes-graphics/clutter/cogl_1.8.2.bbappend @@ -0,0 +1,4 @@ +PRINC := "${@int(PRINC) + 1}" + +EXTRA_OECONF_mx5 = "${BASE_CONF} --with-flavour=glx --enable-gles2 --disable-gl" +PACKAGE_ARCH_mx5 = "${MACHINE_ARCH}" -- cgit v1.2.3-54-g00ecf