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

config XORG_APP_XKBCOMP
	tristate
	depends on XORG_KEYBOARD_MAPPING_SUPPORT
	prompt "xorg xkbcomp"
	select XKEYBOARD_CONFIG
	select XORG_LIB_X11_XKB
	select XORG_LIB_XKBFILE
	help
	  Compiles XKB keyboard descriptions. This tool is needed
	  to load new keyboard mappings into a running X server.
	  If you have trouble to configure a special keyboard mapping, enable
	  this tool for your target.