summaryrefslogtreecommitdiffstats
path: root/rules/xorg-app-xkbcomp.in
blob: 6069b6a0fbb8ac72b1dc005ce86d8dc139347d76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
config XORG_APP_XKBCOMP
	bool
	depends on XORG_APP
	depends on XORG_KEYBOARD_MAPPING_SUPPORT
	prompt "xorg xkbcomp"
	select XORG_DATA_XKBDATA
	select XORG_LIB_X11_XKB
	default n
	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.