add missing library dependencies

without these, the generated d/control files are incomplete and builds
fail on clean systems.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2021-12-30 11:00:13 +01:00
parent d363fb2bee
commit e8cb382442
2 changed files with 2 additions and 2 deletions

View File

@ -7,4 +7,4 @@ vcs_git = "git://git.proxmox.com/git/proxmox.git"
vcs_browser = "https://git.proxmox.com/?p=proxmox.git"
[packages.lib]
depends = [ "uuid-dev" ]
depends = [ "libssl-dev", "uuid-dev" ]

View File

@ -7,4 +7,4 @@ vcs_git = "git://git.proxmox.com/git/proxmox.git"
vcs_browser = "https://git.proxmox.com/?p=proxmox.git"
[packages.lib]
depends = [ "uuid-dev" ]
depends = [ "libacl1-dev", "uuid-dev" ]