drop disas and bios patches refresh patches qemu: vhost-scsi does not exist, drop unsupported vhost options qemu: disable VDUSE by default qemu: slirp and vnc-png option gone Note: libpng still needed if vnc enabled. Link: https://github.com/openwrt/packages/pull/18623 Signed-off-by: Vladimir Ermakov <vooon341@gmail.com> (squash commits) Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
24 lines
557 B
Diff
24 lines
557 B
Diff
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -3142,10 +3142,6 @@ subdir('common-user')
|
|
subdir('bsd-user')
|
|
subdir('linux-user')
|
|
|
|
-# needed for fuzzing binaries
|
|
-subdir('tests/qtest/libqos')
|
|
-subdir('tests/qtest/fuzz')
|
|
-
|
|
# accel modules
|
|
tcg_real_module_ss = ss.source_set()
|
|
tcg_real_module_ss.add_all(when: 'CONFIG_TCG_MODULAR', if_true: tcg_module_ss)
|
|
@@ -3633,10 +3629,6 @@ subdir('scripts')
|
|
subdir('tools')
|
|
subdir('pc-bios')
|
|
subdir('docs')
|
|
-subdir('tests')
|
|
-if gtk.found()
|
|
- subdir('po')
|
|
-endif
|
|
|
|
if host_machine.system() == 'windows'
|
|
nsis_cmd = [
|