Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/benchmarks/mangohud/files/patch-src_meson.build
16149 views
1
--- src/meson.build.orig 2020-08-16 16:54:20 UTC
2
+++ src/meson.build
3
@@ -3,7 +3,7 @@ glslang = find_program('glslangValidator')
4
# Needs prefix for configure_file()
5
if get_option('append_libdir_mangohud')
6
libdir_mangohud = join_paths(get_option('libdir'), 'mangohud')
7
- ld_libdir_mangohud = get_option('prefix') + '/\$LIB/mangohud/'
8
+ ld_libdir_mangohud = get_option('prefix') + '/lib/mangohud/'
9
else
10
libdir_mangohud = get_option('libdir')
11
ld_libdir_mangohud = get_option('prefix') + '/\$LIB/'
12
@@ -141,7 +141,7 @@ vklayer_mesa_overlay = shared_library(
13
dep_dl,
14
dep_rt,
15
dep_pthread,
16
- dep_vulkan],
17
+ dep_inotify],
18
include_directories : [inc_common],
19
link_args : link_args,
20
install_dir : libdir_mangohud,
21
@@ -187,7 +187,7 @@ configure_file(input : '../bin/mangohud.in',
22
if get_option('include_doc')
23
install_data(
24
files('../bin/MangoHud.conf'),
25
- install_dir : join_paths(get_option('datadir'), 'doc', 'mangohud'),
26
+ install_dir : join_paths(get_option('datadir'), 'examples', 'mangohud'),
27
rename : ['MangoHud.conf.example']
28
)
29
endif
30
31