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-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-meson.build')
-rw-r--r-- | benchmarks/mangohud/files/patch-meson.build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/mangohud/files/patch-meson.build b/benchmarks/mangohud/files/patch-meson.build index eb9ffcf29134..5068faad2643 100644 --- a/benchmarks/mangohud/files/patch-meson.build +++ b/benchmarks/mangohud/files/patch-meson.build @@ -15,6 +15,6 @@ -if dep_vulkan.found() +if true - datadir = get_option('datadir') - if not datadir.startswith('/') - datadir = get_option('prefix') / datadir + datadir = get_option('vulkan_datadir') + if datadir == '' + datadir = get_option('datadir') |