summaryrefslogtreecommitdiffstats
path: root/rules/xorg-app-setxkbmap.in
blob: d667bf847743f1c3353cf20cce3d2e0d5948bbf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## SECTION=multimedia_xorg_app

config XORG_APP_SETXKBMAP
	tristate
	depends on XORG_KEYBOARD_MAPPING_SUPPORT
	prompt "xorg setxkbmap"
	select XORG_APP_XKBCOMP
	help
	  This tool is needed to load new keyboard mappings into a running
	  X server. It can be run locally or remotly. If you are going to build
	  a tiny terminal X server only, there is *no* need for this tool on the
	  target. In this case only xkbcomp is required if you have trouble to
	  configure a special keyboard mapping.
	  For a full blown X server setxkbmap can be useful, but is not
	  required for keyboard setup. It can be done by xorg.conf configuration
	  and xkbcomp only at X server's startup.