From 5a2742e4fb861e9c409c05ea332c9915eab1b053 Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Wed, 11 Nov 2020 12:20:53 -0500 Subject: gui-wm/sway: backport seatd to 1.5.1 * Requires wlroots 0.12.0 which has seatd support Suggested-by: Haelwenn (lanodan) Monnier Signed-off-by: Aaron Bauman --- gui-wm/sway/sway-1.5.1.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'gui-wm') diff --git a/gui-wm/sway/sway-1.5.1.ebuild b/gui-wm/sway/sway-1.5.1.ebuild index 5514c6774dcb..e47ade12c03c 100644 --- a/gui-wm/sway/sway-1.5.1.ebuild +++ b/gui-wm/sway/sway-1.5.1.ebuild @@ -20,7 +20,7 @@ fi LICENSE="MIT" SLOT="0" -IUSE="elogind fish-completion +man +swaybar +swaybg +swayidle +swaylock +swaymsg +swaynag systemd tray wallpapers X zsh-completion" +IUSE="elogind fish-completion +man +swaybar +swaybg +swayidle +swaylock +swaymsg +swaynag seatd systemd tray wallpapers X zsh-completion" REQUIRED_USE="?? ( elogind systemd ) tray? ( || ( elogind systemd ) )" @@ -44,11 +44,11 @@ DEPEND=" X? ( x11-libs/libxcb:0= ) " if [[ ${PV} == 9999 ]]; then - DEPEND+="~gui-libs/wlroots-9999:=[elogind=,systemd=,X=]" + DEPEND+="~gui-libs/wlroots-9999:=[elogind=,seatd=,systemd=,X=]" else DEPEND+=" - >=gui-libs/wlroots-0.12.0:=[elogind=,systemd=,X=] - =gui-libs/wlroots-0.12.0:=[elogind=,seatd=,systemd=,X=] +