[oe-commits] Manuel Bachmann : efl: support wayland, egl

git at git.openembedded.org git at git.openembedded.org
Wed Sep 23 14:01:04 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 4309d0bf2d9c207ccb0bc3c0644a96d490f84b9f
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=4309d0bf2d9c207ccb0bc3c0644a96d490f84b9f

Author: Manuel Bachmann <manuel.bachmann at iot.bzh>
Date:   Tue Sep 22 20:23:37 2015 +0200

efl: support wayland, egl

Allow EFL to build with Wayland support.
Allow EFL to build with EGL support (when combined with
Wayland support, it effectively achieves GL acceleration
under a Wayland compositor).

Signed-off-by: Manuel Bachmann <manuel.bachmann at iot.bzh>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-efl/recipes-efl/efl/efl.inc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-efl/recipes-efl/efl/efl.inc b/meta-efl/recipes-efl/efl/efl.inc
index 1948a80..3cbd04b 100644
--- a/meta-efl/recipes-efl/efl/efl.inc
+++ b/meta-efl/recipes-efl/efl/efl.inc
@@ -51,9 +51,11 @@ EXTRA_OECONF_append_class-native = " \
     --disable-image-loader-dds \
 "
 
-PACKAGECONFIG ?= "opengl-es gstreamer1 pulseaudio luajit"
+PACKAGECONFIG ?= "wayland egl opengl-es gstreamer1 pulseaudio luajit"
 PACKAGECONFIG_class-native = "luajit"
 
+PACKAGECONFIG[wayland] = "--enable-wayland --enable-wayland-ivi-shell,--disable-wayland --disable-wayland-ivi-shell,wayland"
+PACKAGECONFIG[egl] = "--enable-egl,--disable-egl,virtual/egl"
 # sort of tri-state
 PACKAGECONFIG[opengl-full] = "--with-opengl=full,,virtual/libgl"
 PACKAGECONFIG[opengl-es] = "--with-opengl=es,,virtual/libgles2"



More information about the Openembedded-commits mailing list