mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
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:
committed by
Yixun Lan
parent
0d46c3a1cd
commit
dedf04e3eb
@@ -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)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user