diff options
author | Baruch Siach <baruch@tkos.co.il> | 2018-07-03 20:05:17 +0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-07-03 21:39:12 +0200 |
commit | f52f95b1f9a20d4eebcfa56dc66eacfa0fd31c30 (patch) | |
tree | 4220979d569a79a3821f75ca728cd46950bcac65 | |
parent | adf2cf0b42b346cfa7e50e615b66d0e8756fcf59 (diff) | |
download | buildroot-f52f95b1f9a20d4eebcfa56dc66eacfa0fd31c30.tar.gz buildroot-f52f95b1f9a20d4eebcfa56dc66eacfa0fd31c30.zip |
kf5-modemmanager-qt: correct dependencies comment display conditions
Display the dependencies comment only when modem-manager is enabled.
Otherwise, a toolchain configuration change would not make the package
selectable.
Cc: Pierre Ducroquet <pinaraf@pinaraf.info>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r-- | package/kf5/kf5-modemmanager-qt/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kf5/kf5-modemmanager-qt/Config.in b/package/kf5/kf5-modemmanager-qt/Config.in index c291b886f5..f08de55672 100644 --- a/package/kf5/kf5-modemmanager-qt/Config.in +++ b/package/kf5/kf5-modemmanager-qt/Config.in @@ -16,4 +16,5 @@ config BR2_PACKAGE_KF5_MODEMMANAGER_QT comment "kf5-modemmanager-qt needs toolchain w/ threads" depends on BR2_USE_MMU + depends on BR2_PACKAGE_MODEM_MANAGER depends on !BR2_TOOLCHAIN_HAS_THREADS |