configure: add missing pc-bios/qemu_vga.ndrv symlink in build tree
authorJohn Arbuckle <programmingkidx@gmail.com>
Tue, 31 Aug 2021 16:50:20 +0000 (12:50 -0400)
committerLaurent Vivier <laurent@vivier.eu>
Wed, 15 Sep 2021 13:54:02 +0000 (15:54 +0200)
Ensure that a link to pc-bios/qemu_vga.ndrv is added to the build tree,
otherwise the optional MacOS client driver will not be loaded by OpenBIOS
when launching QEMU directly from the build directory.

Signed-off-by: John Arbuckle <programmingkidx@gmail.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20210831165020.84855-1-programmingkidx@gmail.com>
[lv: commit message rewording as suggested by Mark]
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
configure

index da2501489f34e0feabb82652e791fd46dc8da8e8..1043ccce4f998ca6b3ea3b59eb750b078f246196 100755 (executable)
--- a/configure
+++ b/configure
@@ -5052,7 +5052,9 @@ for bios_file in \
     $source_path/pc-bios/openbios-* \
     $source_path/pc-bios/u-boot.* \
     $source_path/pc-bios/edk2-*.fd.bz2 \
-    $source_path/pc-bios/palcode-*
+    $source_path/pc-bios/palcode-* \
+    $source_path/pc-bios/qemu_vga.ndrv
+
 do
     LINKS="$LINKS pc-bios/$(basename $bios_file)"
 done