mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-frameworks/kwindowsystem: Add missing BDEPENDs
Closes: https://bugs.gentoo.org/967419 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -39,7 +39,14 @@ DEPEND="${RDEPEND}
|
||||
)
|
||||
"
|
||||
RDEPEND+=" wayland? ( || ( >=dev-qt/qtbase-6.10:6[wayland] <dev-qt/qtwayland-6.10:6 ) )"
|
||||
BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"
|
||||
BDEPEND="
|
||||
>=dev-qt/qttools-${QTMIN}:6[linguist]
|
||||
wayland? (
|
||||
>=dev-qt/qtbase-${QTMIN}:6[wayland]
|
||||
dev-util/wayland-scanner
|
||||
)
|
||||
"
|
||||
BDEPEND+=" wayland? ( || ( >=dev-qt/qtbase-6.10:6[wayland] <dev-qt/qtwayland-6.10:6 ) )"
|
||||
|
||||
DOCS=( docs/README.kstartupinfo )
|
||||
|
||||
|
||||
@@ -39,7 +39,14 @@ DEPEND="${RDEPEND}
|
||||
)
|
||||
"
|
||||
RDEPEND+=" wayland? ( || ( >=dev-qt/qtbase-6.10:6[wayland] <dev-qt/qtwayland-6.10:6 ) )"
|
||||
BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"
|
||||
BDEPEND="
|
||||
>=dev-qt/qttools-${QTMIN}:6[linguist]
|
||||
wayland? (
|
||||
>=dev-qt/qtbase-${QTMIN}:6[wayland]
|
||||
dev-util/wayland-scanner
|
||||
)
|
||||
"
|
||||
BDEPEND+=" wayland? ( || ( >=dev-qt/qtbase-6.10:6[wayland] <dev-qt/qtwayland-6.10:6 ) )"
|
||||
|
||||
DOCS=( docs/README.kstartupinfo )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user