From fbb13a764387af71bb8a7937bdd37445c9cac6b6 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Wed, 3 Jun 2015 22:41:36 +0200 Subject: [PATCH] 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 --- package/matchbox-startup-monitor/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2