build: add libsystemd-dev to build-depends

pve-lxcsyscalld is linked with it..

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2023-01-19 10:53:05 +01:00
parent 701a8fe74d
commit b9db6c2e91

View File

@ -4,7 +4,7 @@ maintainer = "Proxmox Support Team <support@proxmox.com>"
[source]
section = "admin"
build_depends = [ "debhelper (>= 12~)", "bash-completion" ]
build_depends = [ "debhelper (>= 12~)", "bash-completion", "libsystemd-dev" ]
build_depends_excludes = [ "debhelper (>=11)" ]
# TODO:
vcs_git = ""