diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-05-05 22:08:48 +0200 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-05-06 16:39:02 +0200 |
commit | 14438aaa809bd4f24b130722b88cbf5278c15959 (patch) | |
tree | b03f491760e7c697488e546bb074224c0cc07c4d /emulators/qemu/files/patch-meson.build | |
parent | emulators/qemu7: Update version 7.0.0=>7.2.1 (diff) |
emulators/qemu: Update version 7.2.1=>8.0.0
Changelog: https://wiki.qemu.org/ChangeLog/8.0
Diffstat (limited to 'emulators/qemu/files/patch-meson.build')
-rw-r--r-- | emulators/qemu/files/patch-meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu/files/patch-meson.build b/emulators/qemu/files/patch-meson.build index 1ada4462a416..a7eac38afeff 100644 --- a/emulators/qemu/files/patch-meson.build +++ b/emulators/qemu/files/patch-meson.build @@ -1,6 +1,6 @@ ---- meson.build.orig 2022-12-14 16:28:45 UTC +--- meson.build.orig 2023-04-19 16:31:47 UTC +++ meson.build -@@ -2719,14 +2719,10 @@ if have_system +@@ -2766,14 +2766,10 @@ if have_system fdt_opt = get_option('fdt') if fdt_opt in ['enabled', 'auto', 'system'] have_internal = fs.exists(meson.current_source_dir() / 'dtc/libfdt/Makefile.libfdt') |