package/matchbox: finally add prompts to all sub-packages
authorYann E. MORIN <yann.morin.1998@free.fr>
Wed, 3 Jun 2015 20:41:35 +0000 (22:41 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 9 Jun 2015 21:05:16 +0000 (23:05 +0200)
We currently do not have that many packages without a prompt, and when
we do, they are limited to system-related packages that can't be
selected or are forcibly selected under various system-specific
conditions.

This is clearly not the case for the matchbox sub-packages, so just give
them a prompt, even when they are forcibly selected by the main matchbox
package, and can't be selected without it.

That will at least tell the user those packages exist and are to be
built.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/matchbox-fakekey/Config.in
package/matchbox-lib/Config.in
package/matchbox-startup-monitor/Config.in

index 97413abcd8cad281f6885e04656bb47eebe4fda7..1a1f1341ec493fa74ba7556ed5094876c847e0cd 100644 (file)
@@ -1,4 +1,6 @@
 config BR2_PACKAGE_MATCHBOX_FAKEKEY
-       bool
+       bool "matchbox-fakekey"
        select BR2_PACKAGE_MATCHBOX_LIB
        select BR2_PACKAGE_XLIB_LIBXTST
+       help
+         Library for simulating key press events under X11.
index 480e6fe4b25c84bd4c1e17dbc27cdabb8f6cb8fe..e50a5436c1731f3ec46456848f14a4d3a2cc0a30 100644 (file)
@@ -1,2 +1,4 @@
 config BR2_PACKAGE_MATCHBOX_LIB
-       bool
+       bool "matchbox-lib"
+       help
+         Matchbox common functionality library.
index 522d7f7fe09bbdb5865cf098d472b5a35265d8f7..15dac604ac322467eb4b9a512f43425adf33c29f 100644 (file)
@@ -1,4 +1,6 @@
 config BR2_PACKAGE_MATCHBOX_STARTUP_MONITOR
-       bool
+       bool "matchbox-startup-monitor"
        select BR2_PACKAGE_MATCHBOX_LIB
        default y if BR2_PACKAGE_STARTUP_NOTIFICATION
+       help
+         Matchbox Panel Startup Monitor Applet.