OSDN Git Service

meson: drop keymaps symlink
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 24 Aug 2020 07:40:57 +0000 (09:40 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 25 Aug 2020 05:59:00 +0000 (07:59 +0200)
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 <kraxel@redhat.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Tested-by: Klaus Jensen <k.jensen@samsung.com>
Tested-by: Bin Meng <bin.meng@windriver.com>
Message-id: 20200824074057.3673-1-kraxel@redhat.com

configure

index b8f5b81..377aafa 100755 (executable)
--- 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"