From 5ea852737c3406494ffefbf71aba2a2c4d25def7 Mon Sep 17 00:00:00 2001 From: Manuel Bachmann Date: Tue, 22 Sep 2015 20:23:37 +0200 Subject: 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 Signed-off-by: Martin Jansa --- meta-efl/recipes-efl/efl/efl.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta-efl') diff --git a/meta-efl/recipes-efl/efl/efl.inc b/meta-efl/recipes-efl/efl/efl.inc index 1948a800b2..3cbd04b361 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" -- cgit 1.2.3-korg