diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2020-07-07 11:43:08 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2020-07-08 15:21:19 +1000 |
commit | fc2d4fa2aba307e5c2a3c86b1879b05c2c738dba (patch) | |
tree | 0a0cdd5278b7e98fe8f21404dfc58573e8b71f75 /meson.build | |
parent | 00bb7cd36d31cb3634bbf2d40c4f2216cb0566bf (diff) | |
download | xorg-lib-libxkbcommon-fc2d4fa2aba307e5c2a3c86b1879b05c2c738dba.tar.gz |
tools: add ability to compile from kccgst to rmlvo-to-keymap
This obsoletes the print-compiled-keymap tool though we now require that the
kccgst components are passed via stdin, there is no file loading ability.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 9a5079d..30ba76b 100644 --- a/meson.build +++ b/meson.build @@ -521,7 +521,6 @@ tools_dep = declare_dependency( if cc.has_header_symbol('getopt.h', 'getopt_long', prefix: '#define _GNU_SOURCE') executable('xkbcommon-rmlvo-to-keymap', 'tools/rmlvo-to-keymap.c', dependencies: tools_dep) - executable('xkbcommon-print-compiled-keymap', 'tools/print-compiled-keymap.c', dependencies: tools_dep) executable('xkbcommon-how-to-type', 'tools/how-to-type.c', dependencies: tools_dep) endif if cc.has_header('linux/input.h') |