mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
- Update version - Refresh patches - Remove unsupported config options: - `--enable-live-block-migration` - `--disable-pvrdma` Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
25 lines
557 B
Diff
25 lines
557 B
Diff
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -3630,10 +3630,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)
|
|
@@ -4161,10 +4157,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 = [
|