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"