commit:     0f2df1d0df6f77ff3c70394261c7af122c4d8450
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 26 16:04:16 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug 26 16:12:52 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=0f2df1d0

kde-plasma/kwayland-integration: Update DEPENDs

Upstream commits:
663b869ebce4f7d4c88b696422d6d3a664ed7066
9fcecb70f8c34e16376a119fb3ea579002966aa6

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../kwayland-integration/kwayland-integration-9999.ebuild     | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/kde-plasma/kwayland-integration/kwayland-integration-9999.ebuild 
b/kde-plasma/kwayland-integration/kwayland-integration-9999.ebuild
index ff6d64cce7..79627259ff 100644
--- a/kde-plasma/kwayland-integration/kwayland-integration-9999.ebuild
+++ b/kde-plasma/kwayland-integration/kwayland-integration-9999.ebuild
@@ -19,12 +19,21 @@ IUSE=""
 
 RESTRICT="test" # bug 668872
 
+# slot op: includes Qt::WaylandClientPrivate (private/qwayland*_p.h) stuff
+# dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X
 DEPEND="
-       >=dev-qt/qtgui-${QTMIN}:5
+       >=dev-libs/wayland-1.15
+       || (
+               >=dev-qt/qtgui-${QTMIN}:5[libinput]
+               >=dev-qt/qtgui-${QTMIN}:5[X]
+       )
        >=dev-qt/qtwidgets-${QTMIN}:5
+       >=dev-qt/qtwayland-${QTMIN}:5=
        >=kde-frameworks/kguiaddons-${KFMIN}:5
        >=kde-frameworks/kidletime-${KFMIN}:5
        >=kde-frameworks/kwayland-${KFMIN}:5
        >=kde-frameworks/kwindowsystem-${KFMIN}:5
+       x11-libs/libxkbcommon
 "
 RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"

Reply via email to