f9e4c41c19
Now that binutils patch has been backported to every Buildroot binutils version we can drop nios2 binutils bug 27597 dependency. Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Romain Naour <romain.naour@smile.fr>
15 lines
480 B
Plaintext
15 lines
480 B
Plaintext
config BR2_PACKAGE_KF5_KCOREADDONS
|
|
bool "kf5-kcoreaddons"
|
|
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
|