14 ['xorgevdev', 'qcode'],
16 ['xorgxquartz', 'qcode'],
17 ['xorgxwin', 'qcode'],
24 genh += custom_target(output,
27 build_by_default: true, # to be removed when added to a target
28 input: files('keycodemapdb/data/keymaps.csv'),
29 command: [python.full_path(), files('keycodemapdb/tools/keymap-gen'),
31 '--varname', 'qemu_input_map_@0@_to_@1@'.format(e[0], e[1]),
32 'code-map', '@INPUT0@', e[0], e[1]])