From 48521ac34f1d24da7c4d5cd9a4ee8c58a55bf3b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 8 Dec 2016 23:24:19 +0100 Subject: [PATCH] greenisland: ensure xserver-xorg-xwayland is in image for PACKAGECONFIG xwayland MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-hawaii/greenisland/greenisland.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-hawaii/greenisland/greenisland.bb b/recipes-hawaii/greenisland/greenisland.bb index cea9b249..0b578fb2 100644 --- a/recipes-hawaii/greenisland/greenisland.bb +++ b/recipes-hawaii/greenisland/greenisland.bb @@ -30,7 +30,7 @@ do_compile_append() { PACKAGECONFIG ??= " \ ${@bb.utils.contains("DISTRO_FEATURES", "x11", "xwayland", "",d)} \ " -PACKAGECONFIG[xwayland] = "-DENABLE_XWAYLAND=ON,-DENABLE_XWAYLAND=OFF,libxcb" +PACKAGECONFIG[xwayland] = "-DENABLE_XWAYLAND=ON,-DENABLE_XWAYLAND=OFF,libxcb,xserver-xorg-xwayland" # cross libs / headers CMAKE_ALIGN_SYSROOT[1] = "GreenIsland, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib"