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:
Eli Schwartz
2025-12-26 00:54:10 -05:00
parent c180a27014
commit f8ca575ce6
2 changed files with 8 additions and 2 deletions

View File

@@ -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 )"

View File

@@ -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 )"