1config BR2_PACKAGE_KF5_NETWORKMANAGER_QT 2 bool "kf5-networkmanager-qt" 3 depends on BR2_USE_MMU # qt5dbus 4 depends on BR2_TOOLCHAIN_HAS_THREADS # qt5dbus 5 depends on BR2_PACKAGE_NETWORK_MANAGER 6 select BR2_PACKAGE_QT5BASE_DBUS 7 select BR2_PACKAGE_KF5_EXTRA_CMAKE_MODULES 8 help 9 KF5 is a set of Qt framework addons, extending Qt in various 10 ways, not only restricted in helping integration in KDE. 11 12 This package contains the NetworkManager Qt5 bindings from 13 the KF5 project. 14 15 https://api.kde.org/frameworks/networkmanager-qt/html/index.html 16 17comment "kf5-networkmanager-qt needs toolchain w/ threads" 18 depends on BR2_USE_MMU 19 depends on BR2_PACKAGE_NETWORK_MANAGER 20 depends on !BR2_TOOLCHAIN_HAS_THREADS 21