From 6bc3cacecd1ec4a63adb0f58320f0ce2be1b6dbe Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sun, 1 May 2022 05:23:07 +0200 Subject: [PATCH] wlroots: fix xwayland build meanwhile wlroots doesn't use its own xwayland code anymore but depends on xwayland instead --- recipes-wlroots/wlroots/wlroots_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-wlroots/wlroots/wlroots_git.bb b/recipes-wlroots/wlroots/wlroots_git.bb index 0fcb69b..abe3768 100644 --- a/recipes-wlroots/wlroots/wlroots_git.bb +++ b/recipes-wlroots/wlroots/wlroots_git.bb @@ -29,7 +29,7 @@ PACKAGECONFIG[systemd] = ",,systemd" PACKAGECONFIG[sysvinit] = ",,eudev elogind" PACKAGECONFIG[vulkan] = ",,vulkan-loader vulkan-headers glslang glslang-native" PACKAGECONFIG[x11] = ",,xcb-util-renderutil" -PACKAGECONFIG[xwayland] = "-Dxwayland=enabled,-Dxwayland=disabled,xserver-xorg xcb-util-wm" +PACKAGECONFIG[xwayland] = "-Dxwayland=enabled,-Dxwayland=disabled,xwayland xcb-util-wm" PACKAGECONFIG ?= " \ ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \