From: Gerd Hoffmann Date: Mon, 24 Aug 2020 07:40:57 +0000 (+0200) Subject: meson: drop keymaps symlink X-Git-Tag: qemu-xen-4.16.0-rc4~680^2~2 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ddcf607fa3d6881cf0286a9b88a40fde265cbe37;p=qemu-xen.git meson: drop keymaps symlink We are building the keymaps by default now. Drop the keymaps symlink so the generated files are actually written to the build tree not the source tree. Signed-off-by: Gerd Hoffmann Reviewed-by: Alistair Francis Tested-by: Klaus Jensen Tested-by: Bin Meng Message-id: 20200824074057.3673-1-kraxel@redhat.com --- diff --git a/configure b/configure index b8f5b81a67..377aafa2ac 100755 --- a/configure +++ b/configure @@ -8120,7 +8120,7 @@ DIRS="$DIRS roms/seabios" LINKS="Makefile" LINKS="$LINKS tests/tcg/lm32/Makefile" LINKS="$LINKS tests/tcg/Makefile.target" -LINKS="$LINKS pc-bios/optionrom/Makefile pc-bios/keymaps" +LINKS="$LINKS pc-bios/optionrom/Makefile" LINKS="$LINKS pc-bios/s390-ccw/Makefile" LINKS="$LINKS roms/seabios/Makefile" LINKS="$LINKS pc-bios/qemu-icon.bmp"