summaryrefslogtreecommitdiff
path: root/gui-wm
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2020-09-30 10:55:45 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2020-09-30 10:56:00 -0500
commitb435a748e895a36d81802cf740d89e53c5f7526b (patch)
tree8b0c28229791a2b2eda5f6c908c0d76d66c4a546 /gui-wm
parentx11-drivers/nvidia-drivers: Fix sub-SLOT (diff)
downloadgentoo-b435a748e895a36d81802cf740d89e53c5f7526b.tar.gz
gentoo-b435a748e895a36d81802cf740d89e53c5f7526b.tar.bz2
gentoo-b435a748e895a36d81802cf740d89e53c5f7526b.zip
gui-wm/sway: fix dep on mesa for libglvnd flag removal
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r--gui-wm/sway/sway-9999.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/gui-wm/sway/sway-9999.ebuild b/gui-wm/sway/sway-9999.ebuild
index 08f025b76e3f..1b28e9cfc037 100644
--- a/gui-wm/sway/sway-9999.ebuild
+++ b/gui-wm/sway/sway-9999.ebuild
@@ -33,7 +33,10 @@ DEPEND="
x11-libs/libxkbcommon
x11-libs/pango
x11-libs/pixman
- media-libs/mesa[gles2,libglvnd]
+ || (
+ <media-libs/mesa-9999[gles2,libglvnd]
+ ~media-libs/mesa-9999[gles2]
+ )
elogind? ( >=sys-auth/elogind-239 )
swaybar? ( x11-libs/gdk-pixbuf:2 )
swaybg? ( gui-apps/swaybg )