buildroot/package/kf5/Config.in
Peter Korsgaard 41425ef67a package/kf5: drop QT5_VERSION_LATEST logic
Now that the version selection has been removed.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2020-02-27 23:55:50 +01:00

16 lines
458 B
Plaintext

menuconfig BR2_PACKAGE_KF5
bool "KF5"
depends on BR2_PACKAGE_QT5
help
This option enables the KF5 KDE Frameworks. Sub-options
allow to select which modules should be built.
https://techbase.kde.org/KDE_Frameworks
if BR2_PACKAGE_KF5
source "package/kf5/kf5-extra-cmake-modules/Config.in"
source "package/kf5/kf5-kcoreaddons/Config.in"
source "package/kf5/kf5-modemmanager-qt/Config.in"
source "package/kf5/kf5-networkmanager-qt/Config.in"
endif