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
2020-08-21 17:06:17 -04:00
2020-08-21 17:06:17 -04:00
cz
2020-08-21 17:06:17 -04:00
da
2020-08-21 17:06:17 -04:00
de
2020-08-21 17:06:17 -04:00
2020-08-21 17:06:17 -04:00
2020-08-21 17:06:17 -04:00
2020-08-21 17:06:17 -04:00
es
2020-08-21 17:06:17 -04:00
et
2020-08-21 17:06:17 -04:00
fi
2020-08-21 17:06:17 -04:00
fo
2020-08-21 17:06:17 -04:00
fr
2020-08-21 17:06:17 -04:00
2020-08-21 17:06:17 -04:00
2020-08-21 17:06:17 -04:00
2020-08-21 17:06:17 -04:00
hr
2020-08-21 17:06:17 -04:00
hu
2020-08-21 17:06:17 -04:00
is
2020-08-21 17:06:17 -04:00
it
2020-08-21 17:06:17 -04:00
ja
2020-08-21 17:06:17 -04:00
lt
2020-08-21 17:06:17 -04:00
lv
2020-08-21 17:06:17 -04:00
mk
2020-08-21 17:06:17 -04:00
nl
2020-08-21 17:06:17 -04:00
no
2020-08-21 17:06:17 -04:00
pl
2020-08-21 17:06:17 -04:00
pt
2020-08-21 17:06:17 -04:00
2020-08-21 17:06:17 -04:00
ru
2020-08-21 17:06:17 -04:00
sl
2019-01-10 08:55:28 +01:00
sv
2019-01-10 08:55:28 +01:00
th
2020-08-21 17:06:17 -04:00
tr
2020-08-21 17:06:17 -04:00