kde-frameworks/kguiaddons: Add missing BDEPEND

Closes: https://bugs.gentoo.org/947549
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-01-05 21:19:24 +01:00
parent 745303d544
commit 83b4ca63f6
2 changed files with 14 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -36,7 +36,12 @@ DEPEND="${COMMON_DEPEND}
RDEPEND="${COMMON_DEPEND}
!${CATEGORY}/${PN}:5[-kf6compat(-)]
"
BDEPEND="wayland? ( >=dev-qt/qtwayland-${QTMIN}:6 )"
BDEPEND="
wayland? (
>=dev-qt/qtwayland-${QTMIN}:6
dev-util/wayland-scanner
)
"
PATCHES=( "${FILESDIR}/${P}-dont-access-QDBusMessage.patch" ) # bug 944927

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -37,7 +37,12 @@ DEPEND="${COMMON_DEPEND}
RDEPEND="${COMMON_DEPEND}
!${CATEGORY}/${PN}:5[-kf6compat(-)]
"
BDEPEND="wayland? ( >=dev-qt/qtwayland-${QTMIN}:6 )"
BDEPEND="
wayland? (
>=dev-qt/qtwayland-${QTMIN}:6
dev-util/wayland-scanner
)
"
PATCHES=( "${FILESDIR}/${P}-crashfix.patch" ) # KDE-bug 497457