[Buildroot] [git commit] kf5-modemmanager-qt: correct dependencies comment display conditions

Thomas Petazzoni thomas.petazzoni at bootlin.com
Tue Jul 3 19:39:12 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=f52f95b1f9a20d4eebcfa56dc66eacfa0fd31c30
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 at pinaraf.info>
Signed-off-by: Baruch Siach <baruch at tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/kf5/kf5-modemmanager-qt/Config.in | 1 +
 1 file changed, 1 insertion(+)

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


More information about the buildroot mailing list