forked from rosa/hakurei
internal/rosa/p11: explicitly enable libffi
Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -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,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user