From dedf04e3ebd266506f29a09f461d86ef2c39fb93 Mon Sep 17 00:00:00 2001 From: Martin Hanzlowsky Date: Thu, 29 May 2025 18:16:07 +0200 Subject: [PATCH] gui-wm/hyprland: remove legacy-renderer USE Closes: https://github.com/gentoo/gentoo/pull/42336 Signed-off-by: Martin Hanzlowsky Signed-off-by: Yixun Lan --- gui-wm/hyprland/hyprland-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gui-wm/hyprland/hyprland-9999.ebuild b/gui-wm/hyprland/hyprland-9999.ebuild index 4ae8a5cb93278..ece784e843ea1 100644 --- a/gui-wm/hyprland/hyprland-9999.ebuild +++ b/gui-wm/hyprland/hyprland-9999.ebuild @@ -20,7 +20,7 @@ fi LICENSE="BSD" SLOT="0" -IUSE="X legacy-renderer +qtutils systemd" +IUSE="X +qtutils systemd" # hyprpm (hyprland plugin manager) requires the dependencies at runtime # so that it can clone, compile and install plugins. @@ -91,7 +91,6 @@ pkg_setup() { src_configure() { local emesonargs=( - $(meson_feature legacy-renderer legacy_renderer) $(meson_feature systemd) $(meson_feature X xwayland) )