From: Yann E. MORIN Date: Wed, 3 Jun 2015 20:41:36 +0000 (+0200) Subject: package/matchbox-startup-monitor: invert dependency chain X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fbb13a764387af71bb8a7937bdd37445c9cac6b6;p=buildroot.git package/matchbox-startup-monitor: invert dependency chain Previously, matchbox-startup-monitor was forcibly enabled whenever startup-notification was. Now that it has a prompt, it merely defaults to 'y' in this case, leaving the user the possibility to disable it. This is not very logical. Instead, invert the logic, and select startup-notification from matchbox-startup-monitor. Signed-off-by: "Yann E. MORIN" Acked-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Thomas Petazzoni --- diff --git a/package/matchbox-startup-monitor/Config.in b/package/matchbox-startup-monitor/Config.in index 15dac604ac..9dce60ea12 100644 --- a/package/matchbox-startup-monitor/Config.in +++ b/package/matchbox-startup-monitor/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_MATCHBOX_STARTUP_MONITOR bool "matchbox-startup-monitor" select BR2_PACKAGE_MATCHBOX_LIB - default y if BR2_PACKAGE_STARTUP_NOTIFICATION + select BR2_PACKAGE_STARTUP_NOTIFICATION help Matchbox Panel Startup Monitor Applet.