qemu-e2k/pc-bios/keymaps
Steve Sistare adf4c9bd2e meson: fix dependency on qemu-keymap
When qemu-keymap is not available on the host, and enable-xkbcommon
is specified, parallel make fails with:

  % make clean
  ...
  % make -j 32
  ...
  FAILED: pc-bios/keymaps/is
  ./qemu-keymap -f pc-bios/keymaps/is -l is
  /bin/sh: ./qemu-keymap: No such file or directory
  ... many similar messages ...

The code always runs find_program, rather than waiting to build
qemu-keymap, because it looks for CONFIG_XKBCOMMON in config_host
rather than config_host_data.  Making serially succeeds, by soft
linking files from pc-bios/keymaps, but that is not the desired
result for enable-xkbcommon.

Examining all occurrences of 'in config_host' for similar bugs shows one
instance in the docs, which is also fixed here.

Fixes: 4113f4cfee ("meson: move xkbcommon to meson")

Signed-off-by: Steve Sistare <steven.sistare@oracle.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <1675708442-74966-1-git-send-email-steven.sistare@oracle.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
2023-02-27 09:15:39 +01:00
..
ar keymaps: update 2020-08-21 17:06:17 -04:00
bepo keymaps: update 2020-08-21 17:06:17 -04:00
cz keymaps: update 2020-08-21 17:06:17 -04:00
da keymaps: update 2020-08-21 17:06:17 -04:00
de keymaps: update 2020-08-21 17:06:17 -04:00
de-ch keymaps: update 2020-08-21 17:06:17 -04:00
en-gb keymaps: update 2020-08-21 17:06:17 -04:00
en-us keymaps: update 2020-08-21 17:06:17 -04:00
es keymaps: update 2020-08-21 17:06:17 -04:00
et keymaps: update 2020-08-21 17:06:17 -04:00
fi keymaps: update 2020-08-21 17:06:17 -04:00
fo keymaps: update 2020-08-21 17:06:17 -04:00
fr keymaps: update 2020-08-21 17:06:17 -04:00
fr-be keymaps: update 2020-08-21 17:06:17 -04:00
fr-ca keymaps: update 2020-08-21 17:06:17 -04:00
fr-ch keymaps: update 2020-08-21 17:06:17 -04:00
hr keymaps: update 2020-08-21 17:06:17 -04:00
hu keymaps: update 2020-08-21 17:06:17 -04:00
is keymaps: update 2020-08-21 17:06:17 -04:00
it keymaps: update 2020-08-21 17:06:17 -04:00
ja keymaps: update 2020-08-21 17:06:17 -04:00
lt keymaps: update 2020-08-21 17:06:17 -04:00
lv keymaps: update 2020-08-21 17:06:17 -04:00
meson.build meson: fix dependency on qemu-keymap 2023-02-27 09:15:39 +01:00
mk keymaps: update 2020-08-21 17:06:17 -04:00
nl keymaps: update 2020-08-21 17:06:17 -04:00
no keymaps: update 2020-08-21 17:06:17 -04:00
pl keymaps: update 2020-08-21 17:06:17 -04:00
pt keymaps: update 2020-08-21 17:06:17 -04:00
pt-br keymaps: update 2020-08-21 17:06:17 -04:00
ru keymaps: update 2020-08-21 17:06:17 -04:00
sl keymaps: remove common include 2019-01-10 08:55:28 +01:00
sv keymaps: remove common include 2019-01-10 08:55:28 +01:00
th keymaps: update 2020-08-21 17:06:17 -04:00
tr keymaps: update 2020-08-21 17:06:17 -04:00