73745ef03b
This package is affected by binutils bug 27597 and no work around has been found, so let's disable it if BR2_TOOLCHAIN_HAS_BINUTILS_BUG_27597=y. Fixes: http://autobuild.buildroot.net/results/0c1/0c1e7e094b0990970f28cda2be0e3fe7d82ce6a2/ Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
16 lines
530 B
Plaintext
16 lines
530 B
Plaintext
config BR2_PACKAGE_KF5_KCOREADDONS
|
|
bool "kf5-kcoreaddons"
|
|
depends on !BR2_TOOLCHAIN_HAS_BINUTILS_BUG_27597
|
|
select BR2_PACKAGE_KF5_EXTRA_CMAKE_MODULES
|
|
select BR2_PACKAGE_QT5TOOLS
|
|
select BR2_PACKAGE_QT5TOOLS_LINGUIST_TOOLS
|
|
help
|
|
KF5 is a set of Qt framework addons, extending Qt in
|
|
various ways, not only restricted in helping integration
|
|
in KDE.
|
|
|
|
This package contains KCoreAddons, a set of classes built
|
|
on top of QtCore to perform various tasks.
|
|
|
|
https://api.kde.org/frameworks/kcoreaddons/html/index.html
|