Skip to content

Commit

Permalink
kde-frameworks/kguiaddons: Add missing BDEPEND
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/947549
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Jan 5, 2025
1 parent 517bc10 commit 7c5cb1a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion kde-frameworks/kguiaddons/kguiaddons-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
"

src_configure() {
local mycmakeargs=(
Expand Down

0 comments on commit 7c5cb1a

Please sign in to comment.