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