Skip to content

Commit

Permalink
gui-wm/sway: adding deps needed for tray
Browse files Browse the repository at this point in the history
systemd, elogind or basu are needed, might be nice to get a meta-package

Fixes: https://bugs.gentoo.org/817404

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Matthew Thode <[email protected]>
  • Loading branch information
prometheanfire committed Mar 25, 2022
1 parent d69bfec commit c108412
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gui-wm/sway/sway-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ DEPEND="
swaybg? ( gui-apps/swaybg )
swayidle? ( gui-apps/swayidle )
swaylock? ( gui-apps/swaylock )
tray? ( || (
sys-apps/systemd
sys-auth/elogind
sys-libs/basu
) )
wallpapers? ( x11-libs/gdk-pixbuf:2[jpeg] )
X? ( x11-libs/libxcb:0= )
"
Expand Down

0 comments on commit c108412

Please sign in to comment.