x11-wm/qtile: Fix USE=wayland dependencies

Closes: https://bugs.gentoo.org/966766
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny 2025-12-16 20:24:05 +01:00
parent e83b061e23
commit b9bae4b7f6
No known key found for this signature in database
GPG Key ID: 8E32347AF4055AE8
2 changed files with 10 additions and 8 deletions

View File

@ -25,6 +25,11 @@ IUSE="pulseaudio wayland"
DEPEND="
>=dev-python/cairocffi-1.7.0[${PYTHON_USEDEP}]
>=dev-python/cffi-1.1.0:=[${PYTHON_USEDEP}]
wayland? (
dev-libs/libinput:=
dev-libs/wayland
gui-libs/wlroots:0.19
)
"
RDEPEND="
${DEPEND}
@ -38,10 +43,6 @@ RDEPEND="
dev-python/pulsectl-asyncio[${PYTHON_USEDEP}]
media-libs/libpulse
)
wayland? (
>=dev-python/pywayland-0.4.17[${PYTHON_USEDEP}]
>=dev-python/pywlroots-0.17[${PYTHON_USEDEP}]
)
"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]

View File

@ -25,6 +25,11 @@ IUSE="pulseaudio wayland"
DEPEND="
>=dev-python/cairocffi-1.7.0[${PYTHON_USEDEP}]
>=dev-python/cffi-1.1.0:=[${PYTHON_USEDEP}]
wayland? (
dev-libs/libinput:=
dev-libs/wayland
gui-libs/wlroots:0.19
)
"
RDEPEND="
${DEPEND}
@ -38,10 +43,6 @@ RDEPEND="
dev-python/pulsectl-asyncio[${PYTHON_USEDEP}]
media-libs/libpulse
)
wayland? (
>=dev-python/pywayland-0.4.17[${PYTHON_USEDEP}]
>=dev-python/pywlroots-0.17[${PYTHON_USEDEP}]
)
"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]