diff options
| author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-01 19:25:33 +0100 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-01 19:54:47 +0100 |
| commit | 13bbf6fe2ae67b4f150db9132983b7fcfa0ab8bf (patch) | |
| tree | 9a07bc03b7f9fe01113ee0f3f764f21dfc1373f3 /emulators/qemu-devel/files | |
| parent | devel/llvm16: Fix build (diff) | |
Diffstat (limited to 'emulators/qemu-devel/files')
| -rw-r--r-- | emulators/qemu-devel/files/patch-util_meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu-devel/files/patch-util_meson.build b/emulators/qemu-devel/files/patch-util_meson.build index 73a654e05d0d..1d5e2986b7dd 100644 --- a/emulators/qemu-devel/files/patch-util_meson.build +++ b/emulators/qemu-devel/files/patch-util_meson.build @@ -1,4 +1,4 @@ ---- util/meson.build.orig 2023-11-30 12:13:00 UTC +--- util/meson.build.orig 2023-12-27 10:15:32 UTC +++ util/meson.build @@ -102,11 +102,7 @@ if have_block util_ss.add(files('readline.c')) @@ -11,5 +11,5 @@ - endif + util_ss.add(files('filemonitor-stub.c')) util_ss.add(when: 'CONFIG_LINUX', if_true: files('vfio-helpers.c')) + util_ss.add(when: 'CONFIG_LINUX', if_true: files('chardev_open.c')) endif - |
