From ddcf607fa3d6881cf0286a9b88a40fde265cbe37 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Mon, 24 Aug 2020 09:40:57 +0200 Subject: [PATCH] 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"