distro: Enable wayland feature

so we can start building images with wayland in it

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2015-08-14 11:38:02 -07:00
parent 990c3ab4ba
commit 1c8ebf887f

View File

@@ -171,6 +171,10 @@ DISTRO_FEATURES += "pulseaudio"
# OpenGL support
DISTRO_FEATURES += "opengl"
# Enable wayland
DISTRO_FEATURES += "wayland"
# Inherit the default LIBC features superset from OE-core
DISTRO_FEATURES += "${DISTRO_FEATURES_LIBC}"