summaryrefslogtreecommitdiff
path: root/benchmarks/mangohud/files/patch-meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/mangohud/files/patch-meson.build')
-rw-r--r--benchmarks/mangohud/files/patch-meson.build6
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')