Skip to content

Commit

Permalink
force libsystemd >= 221 version
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeDP committed Jun 28, 2017
1 parent f32425b commit e71d4b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DEBIAN/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Version: 0.14
Section: base
Priority: optional
Architecture: amd64
Depends: libpopt0, libsystemd0, libconfig9, libgsl2, clightd (>= 1.3)
Depends: libpopt0, libsystemd0 (>= 221), libconfig9, libgsl2, clightd (>= 1.3)
Suggests: geoclue-2.0, upower
Maintainer: Federico Di Pierro <[email protected]>
Description: Clightd bus interface to set screen brightness and gamma temperature.
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@

## Later
- [ ] add weather support -> New struct for timeouts wuld be something like conf.timeout[enum state][enum weather] where enum weather = { UNWKNOWN, SUNNY, RAINY, CLOUDY } and defaults to 0 obviously -> state.weather = 0; ...or just use something like conf.temp[state.time] that cuts up to 50% at 100% cloudiness
- [ ] improve (amd simplify) modules' handling?
- [ ] improve (and simplify) modules' handling?

0 comments on commit e71d4b7

Please sign in to comment.