Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/benchmarks/mangohud/files/patch-meson.build
16149 views
1
--- meson.build.orig 2020-08-16 16:54:20 UTC
2
+++ meson.build
3
@@ -98,7 +98,7 @@ inc_common = [
4
include_directories('include'),
5
]
6
7
-dep_vulkan = dependency('vulkan', required: get_option('use_system_vulkan'))
8
+dep_inotify = dependency('libinotify')
9
dep_pthread = dependency('threads')
10
dbus_dep = dependency('dbus-1', required: get_option('with_dbus')).partial_dependency(compile_args : true, includes : true)
11
12
@@ -170,7 +170,7 @@ else
13
dep_rt = cc.find_library('rt')
14
endif
15
16
-if dep_vulkan.found()
17
+if true
18
datadir = get_option('datadir')
19
if not datadir.startswith('/')
20
datadir = get_option('prefix') / datadir
21
22