Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
722cf24792 | |||
eabd5aaf19 | |||
c40254871e |
@ -29,7 +29,7 @@ To build TUF Manager the following is needed:
|
||||
|
||||
## Other requirements
|
||||
|
||||
This software will only work if using the [hackbnw/faustus](https://github.com/hackbnw/faustus) driver module. To get notifications on fan mode changes the fork of faustus at [rublag/faustus](https://github.com/rublag/faustus) should be used instead since it supports polling.
|
||||
This software will only work if using the [hackbnw/faustus](https://github.com/hackbnw/faustus) driver module.
|
||||
|
||||
## Build options
|
||||
|
||||
|
@ -7,7 +7,7 @@ systemd_config_data_file = configure_file(
|
||||
configuration: systemd_config_data
|
||||
)
|
||||
|
||||
systemd = find_program ('systemd', required: false)
|
||||
systemd = find_program ('systemctl', required: false)
|
||||
|
||||
if systemd.found()
|
||||
install_data(
|
||||
|
@ -4,7 +4,7 @@ project(
|
||||
'c',
|
||||
'vala'
|
||||
],
|
||||
version: '1.2.2',
|
||||
version: '1.2.3',
|
||||
license: 'BSD-3',
|
||||
default_options:
|
||||
[
|
||||
|
Loading…
Reference in New Issue
Block a user