diff options
| author | Michael Biebl <biebl@debian.org> | 2021-10-02 09:53:51 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-05-12 21:41:03 +0200 |
| commit | 1fcc0acd4080dc5bd7f2ef5a3fc2ac46cd6056ab (patch) | |
| tree | f84111fa611e1a04ba901f740331f7e176549755 | |
| parent | 959967f24447d6a401e3d41f7e3ef33e8422ed32 (diff) | |
Add libdbus-1-dev to Build-Depends
Required for getting datadir, interfaces_dir and system_bus_services_dir.
| -rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 6523478a..4036d295 100644 --- a/debian/control +++ b/debian/control @@ -34,6 +34,7 @@ Build-Depends: debhelper-compat (= 13), libteam-dev (>= 1.9), libjansson-dev (>= 2.7), libbluetooth-dev (>= 5), + libdbus-1-dev, valac, polkitd, libpolkit-gobject-1-dev, |