Re: [PATCH V1] meson: fix dependency on qemu-keymap

2023-02-06 Thread Steven Sistare
On 2/6/2023 1:55 AM, Marc-André Lureau wrote: > Hi > > On Wed, Jan 25, 2023 at 9:28 PM Steve Sistare > wrote: > > When qemu-keymap is not available on the host, and enable-xkbcommon > is specified, parallel make fails with: > >   % make clean >

Re: [PATCH V1] meson: fix dependency on qemu-keymap

2023-02-05 Thread Marc-André Lureau
Hi On Wed, Jan 25, 2023 at 9:28 PM Steve Sistare wrote: > 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

[PATCH V1] meson: fix dependency on qemu-keymap

2023-01-25 Thread Steve Sistare
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 mess