diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-12-23 00:43:56 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-12-23 00:44:47 +0100 |
commit | c3bcb016aa1fad0fad9031e209d5a904518d87e6 (patch) | |
tree | a513c8a871fc8b7d9ed4623e76cfcada021b075e /emulators/qemu-devel/files | |
parent | emulators/qemu: Update version 8.1.3=>8.2.0 (diff) |
Diffstat (limited to 'emulators/qemu-devel/files')
-rw-r--r-- | emulators/qemu-devel/files/patch-util_meson.build | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/qemu-devel/files/patch-util_meson.build b/emulators/qemu-devel/files/patch-util_meson.build index ab0762b72891..73a654e05d0d 100644 --- a/emulators/qemu-devel/files/patch-util_meson.build +++ b/emulators/qemu-devel/files/patch-util_meson.build @@ -1,6 +1,6 @@ ---- util/meson.build.orig 2023-05-05 08:25:13 UTC +--- util/meson.build.orig 2023-11-30 12:13:00 UTC +++ util/meson.build -@@ -99,10 +99,6 @@ if have_block +@@ -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')) @@ -12,3 +12,4 @@ + util_ss.add(files('filemonitor-stub.c')) util_ss.add(when: 'CONFIG_LINUX', if_true: files('vfio-helpers.c')) endif + |