README: Add version req for systemd

systemd 232 does not include the necessary rules to apply the quirks to
accelerometers. This requires this commit:
1f886b50f6
which can easily be backported to earlier systemd versions as
appropriate.

See https://github.com/systemd/systemd/pull/5280
This commit is contained in:
Bastien Nocera
2017-02-11 15:47:17 +01:00
parent 8941370d08
commit 33fc9ee0d3

View File

@@ -13,7 +13,7 @@ Installation
make
make install
```
It requires libgudev and systemd.
It requires libgudev and systemd (>= 233 for the accelerometer quirks).
Usage
-----