summaryrefslogtreecommitdiffstats
path: root/rules/xorg-app-setxkbmap.in
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2006-09-28 14:32:49 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2006-09-28 14:32:49 +0000
commit779f0b3e20575d03400d412b2a35b8a28afb3076 (patch)
tree5732a001d96d72326dbdbdaa595fd88b2788bae4 /rules/xorg-app-setxkbmap.in
parent61065820bdbf5273f15264ab07ad425c10a4f1eb (diff)
downloadptxdist-779f0b3e20575d03400d412b2a35b8a28afb3076.tar.gz
ptxdist-779f0b3e20575d03400d412b2a35b8a28afb3076.tar.xz
* adding new packets for X keyboard setup
- xkbdata: key definitions for xkbcomp - xkbcomp: key definitions compiler for keyboard setup at X' runtime - setxkbdata: configure keyboard setup at X' runtime git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6073 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/xorg-app-setxkbmap.in')
-rw-r--r--rules/xorg-app-setxkbmap.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/rules/xorg-app-setxkbmap.in b/rules/xorg-app-setxkbmap.in
new file mode 100644
index 000000000..819758098
--- /dev/null
+++ b/rules/xorg-app-setxkbmap.in
@@ -0,0 +1,16 @@
+config XORG_APP_SETXKBMAP
+ bool
+ depends on XORG_APP
+ depends on XORG_KEYBOARD_MAPPING_SUPPORT
+ prompt "xorg setxkbmap"
+ select XORG_APP_XKBCOMP
+ default n
+ 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 usefull, but is not
+ required for keyboard setup. It can be done by xorg.conf configuration
+ and xkbcomp only at X server's startup. \ No newline at end of file