diff options
| author | Michael Biebl <biebl@debian.org> | 2014-04-12 13:00:41 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2014-04-12 13:01:26 +0200 |
| commit | a6efb2a793f723d0e7bd56c8c64dd1635d484442 (patch) | |
| tree | 521914d03cf89b0c349e4f7c7b327ff7db23c40f | |
| parent | 3b5d274bf03bffc800173d619def8b8e467d504c (diff) | |
Add Build-Depends on libsystemd-daemon-dev for sd_booted()
| -rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 134c482a..cdcc7a00 100644 --- a/debian/control +++ b/debian/control @@ -21,6 +21,7 @@ Build-Depends: debhelper (>= 9), uuid-dev, systemd (>= 185), libsystemd-login-dev (>= 185), + libsystemd-daemon-dev, libudev-dev (>= 165), libgudev-1.0-dev (>= 165), libgirepository1.0-dev (>= 0.10.7-1~), |