From 745f1ae2a9cdb0b9f0020cb72e29c8f91d18e423 Mon Sep 17 00:00:00 2001 From: Quincy Fleming Date: Thu, 19 Jun 2025 13:16:55 +0000 Subject: [PATCH] gui-wm/sway: sync live build Signed-off-by: Quincy Fleming Part-of: https://github.com/gentoo/gentoo/pull/42659 Closes: https://github.com/gentoo/gentoo/pull/42659 Closes: https://github.com/gentoo/gentoo/pull/42910 Closes: https://bugs.gentoo.org/959684 Signed-off-by: Matthew Thode --- gui-wm/sway/sway-9999.ebuild | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/gui-wm/sway/sway-9999.ebuild b/gui-wm/sway/sway-9999.ebuild index 4a23b9dd3cd9c..65cdce4f5ba37 100644 --- a/gui-wm/sway/sway-9999.ebuild +++ b/gui-wm/sway/sway-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -28,9 +28,11 @@ DEPEND=" >=dev-libs/libinput-1.26.0:0= virtual/libudev sys-auth/seatd:= + dev-libs/libevdev dev-libs/libpcre2 >=dev-libs/wayland-1.21.0 x11-libs/cairo + x11-libs/libdrm >=x11-libs/libxkbcommon-1.5.0:0= x11-libs/pango x11-libs/pixman @@ -49,23 +51,26 @@ DEPEND=" " # x11-libs/xcb-util-wm needed for xcb-iccm if [[ ${PV} == 9999 ]]; then - DEPEND+="~gui-libs/wlroots-9999:=[X?]" + DEPEND+="~gui-libs/wlroots-9999:=[X=]" else DEPEND+=" - >=gui-libs/wlroots-0.19:=[X?] -