mirror of https://gitee.com/openkylin/qemu.git
do not include pc-bios/meson.build from main build as we build all firmware separately
pc-bios/meson.build tries to link various firmware files to the build directory, but we DFSG-removed them so the build fails to find them. Just disable entering the subdir entirely since we buile all the necessary firmware in d/rules anyway. Gbp-Pq: Name skip-meson-pc-bios.diff Signed-off-by: Cong Liu <liucong2@kylinos.cn>
This commit is contained in:
parent
41cc5cf216
commit
ad73066ff7
|
@ -3643,7 +3643,7 @@ endif
|
|||
|
||||
subdir('scripts')
|
||||
subdir('tools')
|
||||
subdir('pc-bios')
|
||||
#subdir('pc-bios')
|
||||
subdir('docs')
|
||||
subdir('tests')
|
||||
if gtk.found()
|
||||
|
|
Loading…
Reference in New Issue