xref: /OK3568_Linux_fs/buildroot/package/kf5/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1menuconfig BR2_PACKAGE_KF5
2	bool "KF5"
3	depends on BR2_PACKAGE_QT5
4	help
5	  This option enables the KF5 KDE Frameworks. Sub-options
6	  allow to select which modules should be built.
7
8	  https://techbase.kde.org/KDE_Frameworks
9
10if BR2_PACKAGE_KF5
11source "package/kf5/kf5-extra-cmake-modules/Config.in"
12source "package/kf5/kf5-kcoreaddons/Config.in"
13source "package/kf5/kf5-modemmanager-qt/Config.in"
14source "package/kf5/kf5-networkmanager-qt/Config.in"
15endif
16