From 01ef8dd7b5cc6212f75160da1392337b50b32d39 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 27 Aug 2024 14:21:08 +0200 Subject: [PATCH] wayfire: rename PACKAGECONFIG for xwayland --- recipes-wlroots/wayfire/wayfire_git.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes-wlroots/wayfire/wayfire_git.bb b/recipes-wlroots/wayfire/wayfire_git.bb index ccf3413..6b96787 100644 --- a/recipes-wlroots/wayfire/wayfire_git.bb +++ b/recipes-wlroots/wayfire/wayfire_git.bb @@ -34,16 +34,17 @@ RRECOMMENDS:${PN} += " \ wcm \ wf-recorder \ wf-shell \ + pywayfire \ " PACKAGECONFIG[gles32] = "-Denable_gles32=true,-Denable_gles32=false" PACKAGECONFIG[use_system_wfconfig] = "-Duse_system_wfconfig=enabled,-Duse_system_wfconfig=disabled,wf-config" PACKAGECONFIG[use_system_wlroots] = "-Duse_system_wlroots=enabled,-Duse_system_wlroots=disabled,wlroots-0.17" -PACKAGECONFIG[x11] = "-Dxwayland=enabled,-Dxwayland=disabled,xwayland xcb-util-renderutil xcb-util-wm" +PACKAGECONFIG[xwayland] = "-Dxwayland=enabled,-Dxwayland=disabled,xwayland xcb-util-renderutil xcb-util-wm" PACKAGECONFIG[vulkan] = ",,vulkan-loader vulkan-headers glslang-native" PACKAGECONFIG ?= " \ - ${@bb.utils.filter('DISTRO_FEATURES', 'vulkan x11', d)} \ + ${@bb.utils.filter('DISTRO_FEATURES', 'vulkan x11 xwayland', d)} \ gles32 \ use_system_wlroots \ use_system_wfconfig \