diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-09-24 14:07:11 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-09-30 20:52:33 -0300 |
commit | cad2cb7a81530731a18f3d208e1e080980ac424d (patch) | |
tree | ef7083a6407808231475c417c2af052107cf1427 | |
parent | 4deaf199232363a55f53343a3382895b33e185a2 (diff) | |
download | meta-fsl-arm-cad2cb7a81530731a18f3d208e1e080980ac424d.tar.gz |
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 <otavio@ossystems.com.br>
-rw-r--r-- | recipes-graphics/clutter/cogl_1.8.2.bbappend | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-graphics/clutter/cogl_1.8.2.bbappend b/recipes-graphics/clutter/cogl_1.8.2.bbappend index d2e6ca6..d7d3fd4 100644 --- a/recipes-graphics/clutter/cogl_1.8.2.bbappend +++ b/recipes-graphics/clutter/cogl_1.8.2.bbappend | |||
@@ -1,4 +1,6 @@ | |||
1 | PRINC := "${@int(PRINC) + 1}" | 1 | PRINC := "${@int(PRINC) + 2}" |
2 | |||
3 | DEPENDS_mx5 = "${STDDEPENDS} virtual/libgles2 libxcomposite libxdamage" | ||
2 | 4 | ||
3 | EXTRA_OECONF_mx5 = "${BASE_CONF} --with-flavour=glx --enable-gles2 --disable-gl" | 5 | EXTRA_OECONF_mx5 = "${BASE_CONF} --with-flavour=glx --enable-gles2 --disable-gl" |
4 | PACKAGE_ARCH_mx5 = "${MACHINE_ARCH}" | 6 | PACKAGE_ARCH_mx5 = "${MACHINE_ARCH}" |