mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-03 06:07:20 +02:00
Update meson.build
added build info for the new helper to modify /proc/sys values
This commit is contained in:
parent
c7a4572d73
commit
4700089325
@ -43,3 +43,18 @@ cpucorectl = executable(
|
||||
install: true,
|
||||
install_dir: path_libexecdir,
|
||||
)
|
||||
|
||||
# Small target util to set values in /proc/sys/
|
||||
procsysctl_sources = [
|
||||
'procsysctl.c',
|
||||
]
|
||||
|
||||
procsysctl = executable(
|
||||
'procsysctl',
|
||||
sources: procsysctl_sources,
|
||||
dependencies: [
|
||||
link_daemon_common,
|
||||
],
|
||||
install: true,
|
||||
install_dir: path_libexecdir,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user