From 3e5e5c80471eeca01f9b8c94880a7bb2f22f1592 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Fri, 18 Jul 2025 13:20:24 +0200 Subject: [PATCH] quickshell: build systray module by default --- .../meta-qt6/recipes-qt/quickshell/quickshell_0.1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynamic-layers/meta-qt6/recipes-qt/quickshell/quickshell_0.1.0.bb b/dynamic-layers/meta-qt6/recipes-qt/quickshell/quickshell_0.1.0.bb index a8b2fde..f59c14f 100644 --- a/dynamic-layers/meta-qt6/recipes-qt/quickshell/quickshell_0.1.0.bb +++ b/dynamic-layers/meta-qt6/recipes-qt/quickshell/quickshell_0.1.0.bb @@ -16,7 +16,7 @@ EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=RelWithDebInfo" FILES:${PN} += "${libdir}/qml/Quickshell ${datadir}" -PACKAGECONFIG = "${@bb.utils.filter('DISTRO_FEATURES', 'x11 wayland pipewire bluetooth pam', d)} hyprland mpris upower notifications" +PACKAGECONFIG = "${@bb.utils.filter('DISTRO_FEATURES', 'x11 wayland pipewire bluetooth pam', d)} hyprland mpris systray upower notifications" PACKAGECONFIG[x11] = "-DX11=ON,-DX11=OFF,libx11 libxcb" PACKAGECONFIG[wayland] = "-DWAYLAND=ON,DWAYLAND=OFF,qtwayland qtwayland-native" PACKAGECONFIG[hyprland] = "-DHYPRLAND=ON,-DHYPRLAND=OFF"