generate cool dependency graph

This commit is contained in:
2026-02-15 18:43:14 +01:00
parent 9dc1068034
commit 87a7eef39b
26 changed files with 321 additions and 22 deletions

View File

@@ -2,11 +2,10 @@
(name "libp11-kit")
(version "0.26.2")
(homepage "https://p11-glue.github.io/p11-glue/p11-kit.html")
(dependencies xz libffi)
(dependencies xz libffi pkg-config libtasn1)
(src (tar
(url "https://github.com/p11-glue/p11-kit/releases/download/0.26.2/p11-kit-0.26.2.tar.xz")
(dir "p11-kit-0.26.2")
(blake3 "93de717427982d3904905b0ea2997345c06dd35456c281ef3aa7bae2fd9242ed")))
(build
(configure_make
(configure_flags "--without-libtasn1"))))
(configure_make)))