mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-09 19:37:43 +00:00
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" <yann.morin.1998@free.fr> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
c7cfcf4c1a
commit
fbb13a7643
@ -1,6 +1,6 @@
|
|||||||
config BR2_PACKAGE_MATCHBOX_STARTUP_MONITOR
|
config BR2_PACKAGE_MATCHBOX_STARTUP_MONITOR
|
||||||
bool "matchbox-startup-monitor"
|
bool "matchbox-startup-monitor"
|
||||||
select BR2_PACKAGE_MATCHBOX_LIB
|
select BR2_PACKAGE_MATCHBOX_LIB
|
||||||
default y if BR2_PACKAGE_STARTUP_NOTIFICATION
|
select BR2_PACKAGE_STARTUP_NOTIFICATION
|
||||||
help
|
help
|
||||||
Matchbox Panel Startup Monitor Applet.
|
Matchbox Panel Startup Monitor Applet.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user