diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2015-06-03 22:41:31 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-06-09 23:02:54 +0200 |
commit | 75326a51b2b0ea837de91fc2328b1f44e0fcc7fe (patch) | |
tree | 7607fd6c100c354b33c55e306e55eb1d52ff1626 /package/matchbox-common/Config.in | |
parent | 3b468acbb4ec2aca748fc022ff0d53a530b3264b (diff) | |
download | buildroot-75326a51b2b0ea837de91fc2328b1f44e0fcc7fe.tar.gz buildroot-75326a51b2b0ea837de91fc2328b1f44e0fcc7fe.zip |
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" <yann.morin.1998@free.fr>
Cc: Arnout Vandecappelle <arnout@mind.be>
Reviewed-by: Arnout Vandecappelle <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/matchbox-common/Config.in')
-rw-r--r-- | package/matchbox-common/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/matchbox-common/Config.in b/package/matchbox-common/Config.in index 7d22d05f19..f1c4ce3e1b 100644 --- a/package/matchbox-common/Config.in +++ b/package/matchbox-common/Config.in @@ -1,9 +1,9 @@ config BR2_PACKAGE_MATCHBOX_COMMON - bool "Matchbox session common files" + bool "matchbox-common" depends on BR2_PACKAGE_MATCHBOX_PANEL && BR2_PACKAGE_MATCHBOX_DESKTOP help Common desktop folders and matchbox-session script. config BR2_PACKAGE_MATCHBOX_COMMON_PDA - bool "PDA style desktop folders" + bool "PDA style app folder" depends on BR2_PACKAGE_MATCHBOX_COMMON |