angstrom.inc: disable wayland for imx6

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2016-09-06 11:35:12 +02:00
parent 46a5254c87
commit b04d53e51e

View File

@@ -176,6 +176,8 @@ DISTRO_FEATURES += "opengl"
# Enable wayland
DISTRO_FEATURES += "wayland"
# Not for imx6
DISTRO_FEATURES_remove_mx6 = "wayland"
# Inherit the default LIBC features superset from OE-core