summaryrefslogtreecommitdiff
path: root/emulators/qemu8/files/patch-util_meson.build
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-04-29 23:38:55 +0200
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-04-29 23:55:05 +0200
commite70bc73ba8b012034c0820c95b0937f7ec0553dd (patch)
treec5155c6f167a86a6cd3f88fde926d750d5060812 /emulators/qemu8/files/patch-util_meson.build
parentemulators/qemu7: Update version 7.2.10=>7.2.11 (diff)
emulators/qemu8: New port
This port is a near identical copy of the qemu port created for provisioning the update of the new 9.X.X branch of qemu.
Diffstat (limited to 'emulators/qemu8/files/patch-util_meson.build')
-rw-r--r--emulators/qemu8/files/patch-util_meson.build15
1 files changed, 15 insertions, 0 deletions
diff --git a/emulators/qemu8/files/patch-util_meson.build b/emulators/qemu8/files/patch-util_meson.build
new file mode 100644
index 000000000000..1e42351652d7
--- /dev/null
+++ b/emulators/qemu8/files/patch-util_meson.build
@@ -0,0 +1,15 @@
+--- util/meson.build.orig 2023-12-19 21:24:35 UTC
++++ util/meson.build
+@@ -102,11 +102,7 @@ if have_block
+ util_ss.add(files('readline.c'))
+ util_ss.add(files('throttle.c'))
+ util_ss.add(files('timed-average.c'))
+- if config_host_data.get('CONFIG_INOTIFY1')
+- util_ss.add(files('filemonitor-inotify.c'))
+- else
+- util_ss.add(files('filemonitor-stub.c'))
+- endif
++ util_ss.add(files('filemonitor-stub.c'))
+ util_ss.add(when: 'CONFIG_LINUX', if_true: files('vfio-helpers.c'))
+ endif
+