xref: /OK3568_Linux_fs/buildroot/package/kf5/kf5-modemmanager-qt/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_KF5_MODEMMANAGER_QT
2*4882a593Smuzhiyun	bool "kf5-modemmanager-qt"
3*4882a593Smuzhiyun	depends on BR2_USE_MMU # qt5dbus
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS # qt5dbus
5*4882a593Smuzhiyun	depends on BR2_PACKAGE_MODEM_MANAGER
6*4882a593Smuzhiyun	select BR2_PACKAGE_QT5BASE_DBUS
7*4882a593Smuzhiyun	select BR2_PACKAGE_KF5_EXTRA_CMAKE_MODULES
8*4882a593Smuzhiyun	help
9*4882a593Smuzhiyun	  KF5 is a set of Qt framework addons, extending Qt in various
10*4882a593Smuzhiyun	  ways, not only restricted in helping integration in KDE.
11*4882a593Smuzhiyun
12*4882a593Smuzhiyun	  This package contains the ModemManager Qt5 bindings from the
13*4882a593Smuzhiyun	  KF5 project.
14*4882a593Smuzhiyun
15*4882a593Smuzhiyun	  https://api.kde.org/frameworks/modemmanager-qt/html/index.html
16*4882a593Smuzhiyun
17*4882a593Smuzhiyuncomment "kf5-modemmanager-qt needs toolchain w/ threads"
18*4882a593Smuzhiyun	depends on BR2_USE_MMU
19*4882a593Smuzhiyun	depends on BR2_PACKAGE_MODEM_MANAGER
20*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS
21