diff options
author | Leonardo Hernández Hernández <leohdz172@proton.me> | 2023-09-25 20:27:40 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-26 03:58:13 +0100 |
commit | d56e1750e11aa36e69dfd53b76c4582ca802c079 (patch) | |
tree | a447aee60e7a065f6b9b5a45c4f71a3db4a499ca /gui-wm | |
parent | sys-process/parallel: Stabilize 20230722 ppc, #913490 (diff) | |
download | gentoo-d56e1750e11aa36e69dfd53b76c4582ca802c079.tar.gz gentoo-d56e1750e11aa36e69dfd53b76c4582ca802c079.tar.bz2 gentoo-d56e1750e11aa36e69dfd53b76c4582ca802c079.zip |
gui-wm/dwl: fix RDEPEND
dwl requires libinput support in wlroots
gui-libs/wlroots[drm] is recommended but not required
also drop the default value for IUSE=X in wlroots, it's useless
since *all* versions of wlroots have that USE
Closes: https://bugs.gentoo.org/914641
Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me>
Closes: https://github.com/gentoo/gentoo/pull/33062
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/dwl/dwl-0.4-r1.ebuild (renamed from gui-wm/dwl/dwl-0.4.ebuild) | 2 | ||||
-rw-r--r-- | gui-wm/dwl/dwl-9999-r1.ebuild | 2 | ||||
-rw-r--r-- | gui-wm/dwl/dwl-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gui-wm/dwl/dwl-0.4.ebuild b/gui-wm/dwl/dwl-0.4-r1.ebuild index 784102072287..13123b384a95 100644 --- a/gui-wm/dwl/dwl-0.4.ebuild +++ b/gui-wm/dwl/dwl-0.4-r1.ebuild @@ -38,7 +38,7 @@ IUSE="X" RDEPEND=" dev-libs/libinput:= dev-libs/wayland - gui-libs/wlroots:${WLROOTS_SLOT}[X(-)?] + gui-libs/wlroots:${WLROOTS_SLOT}[libinput(+),X?] x11-libs/libxkbcommon X? ( x11-libs/libxcb:= diff --git a/gui-wm/dwl/dwl-9999-r1.ebuild b/gui-wm/dwl/dwl-9999-r1.ebuild index 8715e2f22781..f5f75f545d8a 100644 --- a/gui-wm/dwl/dwl-9999-r1.ebuild +++ b/gui-wm/dwl/dwl-9999-r1.ebuild @@ -38,7 +38,7 @@ IUSE="X" RDEPEND=" dev-libs/libinput:= dev-libs/wayland - gui-libs/wlroots:${WLROOTS_SLOT}[X(-)?] + gui-libs/wlroots:${WLROOTS_SLOT}[libinput,session,X?] x11-libs/libxkbcommon X? ( x11-libs/libxcb:= diff --git a/gui-wm/dwl/dwl-9999.ebuild b/gui-wm/dwl/dwl-9999.ebuild index bbea45cfc16a..ecba79640cf5 100644 --- a/gui-wm/dwl/dwl-9999.ebuild +++ b/gui-wm/dwl/dwl-9999.ebuild @@ -38,7 +38,7 @@ IUSE="X" RDEPEND=" dev-libs/libinput:= dev-libs/wayland - gui-libs/wlroots:${WLROOTS_SLOT}[X(-)?] + gui-libs/wlroots:${WLROOTS_SLOT}[libinput(+),X?] x11-libs/libxkbcommon X? ( x11-libs/libxcb:= |