diff options
author | Holger Behrens <holger.behrens@windriver.com> | 2014-09-30 18:30:47 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei.gherzan@windriver.com> | 2014-10-01 21:41:51 +0200 |
commit | 9c54e80d4ae75dcceba46d48e429f623f73f1527 (patch) | |
tree | 8c49c67df27e2225b641e022c2f11841e971b212 /meta-ivi-bsp/recipes-graphics | |
parent | 1a96da12619b722db611566e4b2b5eb43857a668 (diff) | |
download | meta-ivi-9c54e80d4ae75dcceba46d48e429f623f73f1527.tar.gz meta-ivi-9c54e80d4ae75dcceba46d48e429f623f73f1527.tar.bz2 meta-ivi-9c54e80d4ae75dcceba46d48e429f623f73f1527.zip |
weston: select fbdev backend and runtime dependencies
Configure weston to by default use the fbdev backend for all emulated MACHINEs.
Select the runtime dependencies need to have support for EGL.
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
Diffstat (limited to 'meta-ivi-bsp/recipes-graphics')
-rw-r--r-- | meta-ivi-bsp/recipes-graphics/wayland/weston_1.5.0.bbappend | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-ivi-bsp/recipes-graphics/wayland/weston_1.5.0.bbappend b/meta-ivi-bsp/recipes-graphics/wayland/weston_1.5.0.bbappend new file mode 100644 index 0000000..ce963ea --- /dev/null +++ b/meta-ivi-bsp/recipes-graphics/wayland/weston_1.5.0.bbappend @@ -0,0 +1,14 @@ +RDEPENDS_${PN}_append = " libegl-gallium llvm3.3 " + +EXTRA_OECONF_append_vexpressa9 = "\ + --enable-simple-egl-clients \ + WESTON_NATIVE_BACKEND=fbdev-backend.so \ + " +EXTRA_OECONF_append_qemux86 = "\ + --enable-simple-egl-clients \ + WESTON_NATIVE_BACKEND=fbdev-backend.so \ + " +EXTRA_OECONF_append_qemux86-64 = "\ + --enable-simple-egl-clients \ + WESTON_NATIVE_BACKEND=fbdev-backend.so \ + " |