mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 01:37:34 -08:00
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:
parent
e83b061e23
commit
b9bae4b7f6
@ -25,6 +25,11 @@ IUSE="pulseaudio wayland"
|
|||||||
DEPEND="
|
DEPEND="
|
||||||
>=dev-python/cairocffi-1.7.0[${PYTHON_USEDEP}]
|
>=dev-python/cairocffi-1.7.0[${PYTHON_USEDEP}]
|
||||||
>=dev-python/cffi-1.1.0:=[${PYTHON_USEDEP}]
|
>=dev-python/cffi-1.1.0:=[${PYTHON_USEDEP}]
|
||||||
|
wayland? (
|
||||||
|
dev-libs/libinput:=
|
||||||
|
dev-libs/wayland
|
||||||
|
gui-libs/wlroots:0.19
|
||||||
|
)
|
||||||
"
|
"
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
${DEPEND}
|
${DEPEND}
|
||||||
@ -38,10 +43,6 @@ RDEPEND="
|
|||||||
dev-python/pulsectl-asyncio[${PYTHON_USEDEP}]
|
dev-python/pulsectl-asyncio[${PYTHON_USEDEP}]
|
||||||
media-libs/libpulse
|
media-libs/libpulse
|
||||||
)
|
)
|
||||||
wayland? (
|
|
||||||
>=dev-python/pywayland-0.4.17[${PYTHON_USEDEP}]
|
|
||||||
>=dev-python/pywlroots-0.17[${PYTHON_USEDEP}]
|
|
||||||
)
|
|
||||||
"
|
"
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||||
@ -25,6 +25,11 @@ IUSE="pulseaudio wayland"
|
|||||||
DEPEND="
|
DEPEND="
|
||||||
>=dev-python/cairocffi-1.7.0[${PYTHON_USEDEP}]
|
>=dev-python/cairocffi-1.7.0[${PYTHON_USEDEP}]
|
||||||
>=dev-python/cffi-1.1.0:=[${PYTHON_USEDEP}]
|
>=dev-python/cffi-1.1.0:=[${PYTHON_USEDEP}]
|
||||||
|
wayland? (
|
||||||
|
dev-libs/libinput:=
|
||||||
|
dev-libs/wayland
|
||||||
|
gui-libs/wlroots:0.19
|
||||||
|
)
|
||||||
"
|
"
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
${DEPEND}
|
${DEPEND}
|
||||||
@ -38,10 +43,6 @@ RDEPEND="
|
|||||||
dev-python/pulsectl-asyncio[${PYTHON_USEDEP}]
|
dev-python/pulsectl-asyncio[${PYTHON_USEDEP}]
|
||||||
media-libs/libpulse
|
media-libs/libpulse
|
||||||
)
|
)
|
||||||
wayland? (
|
|
||||||
>=dev-python/pywayland-0.4.17[${PYTHON_USEDEP}]
|
|
||||||
>=dev-python/pywlroots-0.17[${PYTHON_USEDEP}]
|
|
||||||
)
|
|
||||||
"
|
"
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user