From 6950d7bc67dc50d0bbc82b96253b011ece89e6be Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sat, 20 Sep 2025 04:39:43 +0200 Subject: [PATCH] hyprland: dont use hyprqt6engine by default stick with qt6ct for now --- recipes-support/hyprland/hyprland/hyprland_0.51.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-support/hyprland/hyprland/hyprland_0.51.0.bb b/recipes-support/hyprland/hyprland/hyprland_0.51.0.bb index b32be63..67c4573 100644 --- a/recipes-support/hyprland/hyprland/hyprland_0.51.0.bb +++ b/recipes-support/hyprland/hyprland/hyprland_0.51.0.bb @@ -51,7 +51,7 @@ PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd xwayland', d)}" PACKAGECONFIG[tests] = "-DTESTS=ON,-DNO_TESTS=ON" 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] = ",,hyprland-qtutils,hyprland-qtutils hyprpolkitagent xdg-desktop-portal-hyprland hyprsysteminfo hyprland-welcome hyprland-qt-support hyprqt6engine qt6ct" +PACKAGECONFIG[qt] = ",,hyprland-qtutils,hyprland-qtutils hyprpolkitagent xdg-desktop-portal-hyprland hyprsysteminfo hyprland-welcome hyprland-qt-support qt6ct" B = "${S}"