mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
kde-plasma/plasma-workspace: add missing test dep
Upstream added: https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/3289 xdotool is needed to test media keys on X. Configure fails with USE=test when not available: ``` CMake Error at libkmpris/autotests/CMakeLists.txt:30 (find_program): Could not find xdotool_PATH using the following names: xdotool ``` Bug: https://bugs.gentoo.org/967307 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
@@ -156,7 +156,10 @@ BDEPEND="
|
||||
>=dev-util/wayland-scanner-1.19.0
|
||||
>=kde-frameworks/kcmutils-${KFMIN}:6
|
||||
virtual/pkgconfig
|
||||
test? ( >=dev-qt/qtwayland-${QTMIN}:6[compositor(+)] )
|
||||
test? (
|
||||
>=dev-qt/qtwayland-${QTMIN}:6[compositor(+)]
|
||||
X? ( x11-misc/xdotool )
|
||||
)
|
||||
"
|
||||
BDEPEND+=" || ( >=dev-qt/qtbase-6.10:6[wayland] <dev-qt/qtwayland-6.10:6 )"
|
||||
|
||||
|
||||
@@ -154,7 +154,10 @@ BDEPEND="
|
||||
>=dev-util/wayland-scanner-1.19.0
|
||||
>=kde-frameworks/kcmutils-${KFMIN}:6
|
||||
virtual/pkgconfig
|
||||
test? ( >=dev-qt/qtwayland-${QTMIN}:6[compositor(+)] )
|
||||
test? (
|
||||
>=dev-qt/qtwayland-${QTMIN}:6[compositor(+)]
|
||||
X? ( x11-misc/xdotool )
|
||||
)
|
||||
"
|
||||
BDEPEND+=" || ( >=dev-qt/qtbase-6.10:6[wayland] <dev-qt/qtwayland-6.10:6 )"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user