angstrom.inc: do not set wayland in distro features

my machines don't play well for x11 and wayland - we'll have a separate branch
for that.

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2015-09-21 11:49:43 +02:00
parent e5a2191daa
commit 3c94de860e

View File

@@ -175,7 +175,7 @@ DISTRO_FEATURES += "pulseaudio"
DISTRO_FEATURES += "opengl"
# Enable wayland
DISTRO_FEATURES += "wayland"
#DISTRO_FEATURES += "wayland"
# Inherit the default LIBC features superset from OE-core