mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-wm/qtile: Fix wayland dependencies
Closes: https://bugs.gentoo.org/972367 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -44,6 +44,11 @@ RDEPEND="
|
||||
media-libs/libpulse
|
||||
)
|
||||
"
|
||||
DEPEND+="
|
||||
wayland? (
|
||||
dev-libs/wayland-protocols
|
||||
)
|
||||
"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
dev-python/setuptools-scm[${PYTHON_USEDEP}]
|
||||
@@ -55,8 +60,7 @@ BDEPEND="
|
||||
x11-terms/xterm
|
||||
)
|
||||
wayland? (
|
||||
>=dev-python/pywayland-0.4.17[${PYTHON_USEDEP}]
|
||||
>=dev-python/pywlroots-0.17[${PYTHON_USEDEP}]
|
||||
dev-util/wayland-scanner
|
||||
)
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user