summaryrefslogtreecommitdiff
path: root/tools/xkbcli-compile-keymap.1
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2020-07-24 13:31:03 +1000
committerRan Benita <ran@unusedvar.com>2020-07-25 11:05:14 +0300
commitce5eb1ac6d542bea11222670ec8438cdd074a833 (patch)
tree4695eaa208645c4fe976230c841489c561ddeb8d /tools/xkbcli-compile-keymap.1
parenta472e030ea72c6f901dfec572ccbecb5b1b1f3d6 (diff)
downloadxorg-lib-libxkbcommon-ce5eb1ac6d542bea11222670ec8438cdd074a833.tar.gz
tools: link the tools against libxkbcommon.so only
The tools previously linked against a static version (by simply recompiling everythiong). This isn't necessary, we can link them against libxkbcommon.so. Only exception: The xbkcli-compile-keymap tool needs a private API for the --kccgst flag. Avoid this by disabling this flag in the installed tool and building the same tool, statically linked but not-installed. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'tools/xkbcli-compile-keymap.1')
-rw-r--r--tools/xkbcli-compile-keymap.14
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/xkbcli-compile-keymap.1 b/tools/xkbcli-compile-keymap.1
index eb4b0d3..64c4263 100644
--- a/tools/xkbcli-compile-keymap.1
+++ b/tools/xkbcli-compile-keymap.1
@@ -20,10 +20,6 @@ Print help and exit
Enable verbose debugging output
.
.TP
-\fB\-\-kccgst\fR
-Print a keymap which only includes the KcCGST component names instead of the full keymap
-.
-.TP
\fB\-\-rmlvo\fR
Print the full RMLVO with the defaults filled in for missing elements
.