internal/rosa/p11: explicitly enable libffi

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-04-02 22:05:07 +09:00
parent 64e5a1068b
commit 9acbd16e9a

View File

@@ -13,6 +13,7 @@ func (t Toolchain) newP11Kit() (pkg.Artifact, string) {
), nil, &MesonHelper{ ), nil, &MesonHelper{
Setup: []KV{ Setup: []KV{
{"Dsystemd", "disabled"}, {"Dsystemd", "disabled"},
{"Dlibffi", "enabled"},
}, },
}, },
Coreutils, Coreutils,
@@ -30,6 +31,7 @@ func init() {
Website: "https://p11-glue.freedesktop.org/p11-kit.html", Website: "https://p11-glue.freedesktop.org/p11-kit.html",
Dependencies: P{ Dependencies: P{
Libffi,
Libtasn1, Libtasn1,
}, },