diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-12-14 05:15:24 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-12-14 05:15:24 +0000 |
commit | 9d20c9a6b3e5a561abff0bf131c9025b555bf133 (patch) | |
tree | 469562c42a83723ea975662d62983110441560ca /benchmarks/mangohud/files/patch-src_meson.build | |
parent | databases/arrow: Update 4.0.1 -> 6.0.1 (diff) |
benchmarks/mangohud: the port had been updated to version 0.6.5
Now comes with CPU load monitoring enabled by default and better
system information report in debug mode. Note that those things
currently require mounted linprocfs(5) to work.
Reported by: portscout
Diffstat (limited to 'benchmarks/mangohud/files/patch-src_meson.build')
-rw-r--r-- | benchmarks/mangohud/files/patch-src_meson.build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/mangohud/files/patch-src_meson.build b/benchmarks/mangohud/files/patch-src_meson.build index 2a87d1c1eef4..9f796c446235 100644 --- a/benchmarks/mangohud/files/patch-src_meson.build +++ b/benchmarks/mangohud/files/patch-src_meson.build @@ -13,11 +13,11 @@ dep_dl, dep_rt, dep_pthread, -- dep_vulkan], -+ dep_inotify], +- dep_vulkan, ++ dep_inotify, + windows_deps], include_directories : [inc_common], link_args : link_args, - install_dir : libdir_mangohud, @@ -187,7 +187,7 @@ configure_file(input : '../bin/mangohud.in', if get_option('include_doc') install_data( |