xref: /OK3568_Linux_fs/buildroot/package/kf5/kf5-modemmanager-qt/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_KF5_MODEMMANAGER_QT
2	bool "kf5-modemmanager-qt"
3	depends on BR2_USE_MMU # qt5dbus
4	depends on BR2_TOOLCHAIN_HAS_THREADS # qt5dbus
5	depends on BR2_PACKAGE_MODEM_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 ModemManager Qt5 bindings from the
13	  KF5 project.
14
15	  https://api.kde.org/frameworks/modemmanager-qt/html/index.html
16
17comment "kf5-modemmanager-qt needs toolchain w/ threads"
18	depends on BR2_USE_MMU
19	depends on BR2_PACKAGE_MODEM_MANAGER
20	depends on !BR2_TOOLCHAIN_HAS_THREADS
21