diff --git a/recipes-support/hyprland/hyprland/hyprland_0.52.1.bb b/recipes-support/hyprland/hyprland/hyprland_0.52.1.bb index 27b9914..7bd79d2 100644 --- a/recipes-support/hyprland/hyprland/hyprland_0.52.1.bb +++ b/recipes-support/hyprland/hyprland/hyprland_0.52.1.bb @@ -38,6 +38,7 @@ RRECOMMENDS:${PN} ?= " \ slurp \ wl-clipboard \ hyprland-contrib \ + hyprland-welcome \ " SRC_URI = "gitsm://github.com/hyprwm/Hyprland.git;protocol=https;nobranch=1" @@ -52,6 +53,6 @@ PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd xwayland', d)}" PACKAGECONFIG[tests] = "-DBUILD_TESTING=ON -DBUILD_HYPRTESTER=ON,-DBUILD_TESTING=OFF -DBUILD_HYPRTESTER=OFF" PACKAGECONFIG[systemd] = "-DSYSTEMD=ON,-DNO_SYSTEMD=ON" PACKAGECONFIG[xwayland] = "-DXWAYLAND=ON,-DNO_XWAYLAND=ON,libxcb xcb-util-wm xcb-util-renderutil xcb-util-errors xwayland,xwayland" -PACKAGECONFIG[qt] = ",,,hyprpolkitagent xdg-desktop-portal-hyprland hyprsysteminfo hyprland-welcome hyprland-qt-support qt6ct" +PACKAGECONFIG[qt] = ",,,hyprpolkitagent xdg-desktop-portal-hyprland hyprsysteminfo hyprland-qt-support qt6ct" FILES:${PN} += "${datadir} ${systemd_user_unitdir} ${libdir}/hyprtestplugin.so"