From 29e80e7b7608961a9400eaa10880c4a25e5e3726 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 8 Jul 2020 13:30:47 +1000 Subject: tools: install our tools as xkbcli subcommands The xkbcli tool usage help is ifdef'd out where the tool isn't built but the man page always includes all tools. Easier that way. Signed-off-by: Peter Hutterer --- test/xkeyboard-config-test.py.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/xkeyboard-config-test.py.in b/test/xkeyboard-config-test.py.in index 935511f..3ea4759 100755 --- a/test/xkeyboard-config-test.py.in +++ b/test/xkeyboard-config-test.py.in @@ -41,7 +41,8 @@ def xkbcommontool(rmlvo): v = rmlvo.get('v', None) o = rmlvo.get('o', None) args = [ - 'xkbcommon-rmlvo-to-keymap', + 'xkbcli', + 'compile-keymap', '--rules', r, '--model', m, '--layout', l, -- cgit v1.2.1