internal/rosa/p11: explicitly enable libffi
All checks were successful
Test / Create distribution (push) Successful in 1m19s
Test / Sandbox (push) Successful in 3m12s
Test / Hakurei (push) Successful in 4m19s
Test / ShareFS (push) Successful in 4m25s
Test / Sandbox (race detector) (push) Successful in 5m43s
Test / Hakurei (race detector) (push) Successful in 6m49s
Test / Flake checks (push) Successful in 1m47s

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{
Setup: []KV{
{"Dsystemd", "disabled"},
{"Dlibffi", "enabled"},
},
},
Coreutils,
@@ -30,6 +31,7 @@ func init() {
Website: "https://p11-glue.freedesktop.org/p11-kit.html",
Dependencies: P{
Libffi,
Libtasn1,
},