0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-23 13:46:16 +00:00
termux-packages/x11-packages/qemu-system-x86-64/0000-android-config-support.patch
2024-06-13 00:06:03 +03:00

13 lines
453 B
Diff

diff -uNr qemu-8.2.5/meson.build qemu-8.2.5.mod/meson.build
--- qemu-8.2.5/meson.build 2024-06-10 20:19:05.000000000 +0300
+++ qemu-8.2.5.mod/meson.build 2024-06-12 22:53:15.131884081 +0300
@@ -2883,7 +2883,7 @@
'loongarch' : ['CONFIG_LOONGARCH_DIS'],
}
-have_ivshmem = config_host_data.get('CONFIG_EVENTFD')
+have_ivshmem = false
host_kconfig = \
(get_option('fuzzing') ? ['CONFIG_FUZZ=y'] : []) + \
(have_tpm ? ['CONFIG_TPM=y'] : []) + \