mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-17 15:20:32 +00:00
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@iot.bzh> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
5f06593c1f
commit
5ea852737c
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user