By i.MX convention, if wayland and x11 are in the distro features,
the Wayland backend is used.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
EGLVIVSINK_DEPENDS = " \
virtual/egl virtual/libgles2 \
- ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'virtual/libx11', \
- bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', \
- '', d),d)}"
+ ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', \
+ bb.utils.contains('DISTRO_FEATURES', 'x11', 'virtual/libx11', \
+ '', d), d)} \
+"
PACKAGECONFIG ?= "uniaudiodec mp3encoder v4l2src"
PACKAGECONFIG_append_imxgpu3d = " eglvivsink"