gui-wm/hyprland: remove legacy-renderer USE

Closes: https://github.com/gentoo/gentoo/pull/42336
Signed-off-by: Martin Hanzlowsky <martin.hanzlowskyg@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
This commit is contained in:
Martin Hanzlowsky
2025-05-29 18:16:07 +02:00
committed by Yixun Lan
parent 0d46c3a1cd
commit dedf04e3eb

View File

@@ -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)
)