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

config XORG_APP_XKBCOMP
	tristate
	depends on XORG_APP
	depends on XORG_KEYBOARD_MAPPING_SUPPORT
	prompt "xorg xkbcomp"
	select XORG_DATA_XKBDATA
	select XORG_LIB_X11_XKB
	select XORG_LIB_XKBFILE
	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.