From 75326a51b2b0ea837de91fc2328b1f44e0fcc7fe Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Wed, 3 Jun 2015 22:41:31 +0200 Subject: package/matchbox: fix option prompts Use the package names instead of some fancy human-readable strings. ;-) Note: the matchbox package is really named matchbox-window-manager by upstream. However: - it already is in a section of the menu title 'X window managers' - users are probably only looking for 'matchbox' - keeping just 'matchbox' keeps it in sync with the Kconfig variable, and allows us to not handle a legacy entry (see a previous commit) - matchbox-window-manager is a bit long. ;-) So, in this case, the short 'matchbox' prompt is used instead of the real upstream name. Signed-off-by: "Yann E. MORIN" Cc: Arnout Vandecappelle Reviewed-by: Arnout Vandecappelle Signed-off-by: Thomas Petazzoni --- package/matchbox-desktop/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/matchbox-desktop') diff --git a/package/matchbox-desktop/Config.in b/package/matchbox-desktop/Config.in index c9fd19613..ed80c223d 100644 --- a/package/matchbox-desktop/Config.in +++ b/package/matchbox-desktop/Config.in @@ -1,5 +1,5 @@ config BR2_PACKAGE_MATCHBOX_DESKTOP - bool "Matchbox Desktop" + bool "matchbox-desktop" select BR2_PACKAGE_ZLIB help A PDA style application launcher or 'item browser'. -- cgit v1.2.3