From 3c94de860e7f96faca6b3d0394715f487d29969f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 21 Sep 2015 11:49:43 +0200 Subject: [PATCH] angstrom.inc: do not set wayland in distro features MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit my machines don't play well for x11 and wayland - we'll have a separate branch for that. Signed-off-by: Andreas Müller --- conf/distro/include/angstrom.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 22e0d78..2942392 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -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