From: Yann E. MORIN Date: Wed, 3 Jun 2015 20:41:35 +0000 (+0200) Subject: package/matchbox: finally add prompts to all sub-packages X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c7cfcf4c1aefda0f03db945e3fb0f39e3d5d8da4;p=buildroot.git package/matchbox: finally add prompts to all sub-packages 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" Reviewed-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Thomas Petazzoni --- diff --git a/package/matchbox-fakekey/Config.in b/package/matchbox-fakekey/Config.in index 97413abcd8..1a1f1341ec 100644 --- a/package/matchbox-fakekey/Config.in +++ b/package/matchbox-fakekey/Config.in @@ -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. diff --git a/package/matchbox-lib/Config.in b/package/matchbox-lib/Config.in index 480e6fe4b2..e50a5436c1 100644 --- a/package/matchbox-lib/Config.in +++ b/package/matchbox-lib/Config.in @@ -1,2 +1,4 @@ config BR2_PACKAGE_MATCHBOX_LIB - bool + bool "matchbox-lib" + help + Matchbox common functionality library. diff --git a/package/matchbox-startup-monitor/Config.in b/package/matchbox-startup-monitor/Config.in index 522d7f7fe0..15dac604ac 100644 --- a/package/matchbox-startup-monitor/Config.in +++ b/package/matchbox-startup-monitor/Config.in @@ -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.