summaryrefslogtreecommitdiffstats
path: root/package/matchbox-fakekey
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2015-06-03 22:41:35 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-06-09 23:05:16 +0200
commitc7cfcf4c1aefda0f03db945e3fb0f39e3d5d8da4 (patch)
tree78765408146f85680184cb088458b5e3f35ef3d5 /package/matchbox-fakekey
parent17ed46a3e6b6d60b8664a4febc5f628ded043f2d (diff)
downloadbuildroot-c7cfcf4c1aefda0f03db945e3fb0f39e3d5d8da4.tar.gz
buildroot-c7cfcf4c1aefda0f03db945e3fb0f39e3d5d8da4.zip
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" <yann.morin.1998@free.fr> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/matchbox-fakekey')
-rw-r--r--package/matchbox-fakekey/Config.in4
1 files changed, 3 insertions, 1 deletions
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.
OpenPOWER on IntegriCloud