Compare commits

..

No commits in common. "master" and "1.2.2" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View File

@ -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.
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.
## Build options

View File

@ -7,7 +7,7 @@ systemd_config_data_file = configure_file(
configuration: systemd_config_data
)
systemd = find_program ('systemctl', required: false)
systemd = find_program ('systemd', required: false)
if systemd.found()
install_data(

View File

@ -4,7 +4,7 @@ project(
'c',
'vala'
],
version: '1.2.3',
version: '1.2.2',
license: 'BSD-3',
default_options:
[