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:
Michael Tokarev 2022-11-03 15:33:33 +08:00 committed by Cong Liu
parent 41cc5cf216
commit ad73066ff7
1 changed files with 1 additions and 1 deletions

View File

@ -3643,7 +3643,7 @@ endif
subdir('scripts')
subdir('tools')
subdir('pc-bios')
#subdir('pc-bios')
subdir('docs')
subdir('tests')
if gtk.found()