qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] meson: fix keymaps witout qemu-keymap


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH] meson: fix keymaps witout qemu-keymap
Date: Mon, 31 Aug 2020 17:28:14 +0200

Typo "without" in subject. 

Le lun. 31 août 2020 13:15, Thomas Huth <thuth@redhat.com> a écrit :
On 27/08/2020 12.26, Gerd Hoffmann wrote:
> In case the qemu-keymap tool generating them is neither installed on the
> system nor built from sources (due to xkbcommon not being available)
> qemu will not find the keymaps when started directly from the build
> tree,
>
> This happens because commit ddcf607fa3d6 ("meson: drop keymaps symlink")
> removed the symlink to the source tree, and the special handling for
> install doesn't help in case we do not install qemu.
>
> Lets fix that by simply copying over the file from the source tree as
> fallback.
>
> Reported-by: Thomas Huth <thuth@redhat.com>
> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
> ---
>  pc-bios/keymaps/meson.build | 28 +++++++++++++++++++---------
>  1 file changed, 19 insertions(+), 9 deletions(-)

Thanks, this fixes the acceptance tests on gitlab-CI for me!

Tested-by: Thomas Huth <thuth@redhat.com>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]