Commit fbb13a76 authored by Yann E. MORIN's avatar Yann E. MORIN Committed by Thomas Petazzoni
Browse files

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: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
Acked-by: default avatarArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent c7cfcf4c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
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.