6815f429f7
networkmanager-qt is a simple Qt wrapper on the NetworkManager API. Signed-off-by: Pierre Ducroquet <pinaraf@pinaraf.info> [Thomas: - Update to version 5.47. - Instead of selecting network-manager, depend on it, it avoids replicating all its complicated dependencies, and it's pretty obvious if you want to use network-manager that you need network manager. - Needs Qt5Dbus support, so added a select BR2_PACKAGE_QT5DBUS, and propagated the corresponding dependencies. - Add missing dependency on qt5base in KF5_NETWORKMANAGER_QT_DEPENDENCIES - add hash for license file.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 lines
359 B
Plaintext
13 lines
359 B
Plaintext
menuconfig BR2_PACKAGE_KF5
|
|
bool "KF5"
|
|
depends on BR2_PACKAGE_QT5
|
|
depends on BR2_PACKAGE_QT5_VERSION_LATEST
|
|
help
|
|
This option enables the KF5 KDE Frameworks. Sub-options
|
|
allow to select which modules should be built.
|
|
|
|
if BR2_PACKAGE_KF5
|
|
source "package/kf5/kf5-extra-cmake-modules/Config.in"
|
|
source "package/kf5/kf5-networkmanager-qt/Config.in"
|
|
endif
|