package/matchbox-startup-monitor: invert dependency chain
authorYann E. MORIN <yann.morin.1998@free.fr>
Wed, 3 Jun 2015 20:41:36 +0000 (22:41 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 9 Jun 2015 21:05:25 +0000 (23:05 +0200)
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" <yann.morin.1998@free.fr>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/matchbox-startup-monitor/Config.in

index 15dac604ac322467eb4b9a512f43425adf33c29f..9dce60ea122c0b3eddd7fb9fc75d88d3d582f73e 100644 (file)
@@ -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.