Set up overclocking calls on NVidia

These require the coolbits plugin to be activated on nvidia-xsettings
This commit is contained in:
Marc Di Luzio
2019-02-03 19:20:16 +00:00
parent bd5baccc67
commit f5e7fa3222
3 changed files with 32 additions and 7 deletions

View File

@ -2,6 +2,7 @@
common_sources = [
'logging.c',
'governors-query.c',
'external-helper.c',
]
daemon_common = static_library(
@ -27,7 +28,6 @@ daemon_sources = [
'gamemode-gpu.c',
'daemonize.c',
'dbus_messaging.c',
'external-helper.c',
'daemon_config.c',
]