Commit 75326a51 authored by Yann E. MORIN's avatar Yann E. MORIN Committed by Thomas Petazzoni
Browse files

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: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Arnout Vandecappelle <arnout@mind.be>
Reviewed-by: default avatarArnout Vandecappelle <arnout@mind.be>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 3b468acb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
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
+1 −1
Original line number Diff line number Diff line
config BR2_PACKAGE_MATCHBOX_DESKTOP
	bool "Matchbox Desktop"
	bool "matchbox-desktop"
	select BR2_PACKAGE_ZLIB
	help
	  A PDA style application launcher or 'item browser'.
+1 −1
Original line number Diff line number Diff line
config BR2_PACKAGE_MATCHBOX_KEYBOARD
	bool "Matchbox Virtual Keyboard"
	bool "matchbox-keyboard"
	select BR2_PACKAGE_XLIB_LIBXTST
	select BR2_PACKAGE_XLIB_LIBXFT if !BR2_PACKAGE_CAIRO
	select BR2_PACKAGE_MATCHBOX_FAKEKEY
+1 −1
Original line number Diff line number Diff line
config BR2_PACKAGE_MATCHBOX_PANEL
	bool "Matchbox Panel"
	bool "matchbox-panel"
	select BR2_PACKAGE_MATCHBOX_LIB
	help
	  A flexible always present 'window bar' for holding
+1 −1
Original line number Diff line number Diff line
config BR2_PACKAGE_MATCHBOX
	bool "MatchBox Window Manager"
	bool "matchbox"
	depends on BR2_PACKAGE_XORG7
	depends on BR2_USE_MMU # fork()
	select BR2_PACKAGE_FONTCONFIG