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:
parent
701a8fe74d
commit
b9db6c2e91
2
debian/debcargo.toml
vendored
2
debian/debcargo.toml
vendored
@ -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 = ""
|
||||
|
Loading…
Reference in New Issue
Block a user