5b40992da2
modemmanager-qt is a simple Qt wrapper on the ModemManager API. Signed-off-by: Pierre Ducroquet <pinaraf@pinaraf.info> [Thomas: - fix commit title - update to 5.47 - add hash for license file - add missing dependency on qt5base - add missing dependency on Qt5 DBus module - use "depends on" instead of "select" for modemmanager dependency] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
410 B
Plaintext
14 lines
410 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-modemmanager-qt/Config.in"
|
|
source "package/kf5/kf5-networkmanager-qt/Config.in"
|
|
endif
|