Skip to content

Commit 2e860ca

Browse files
committed
p11-kit: migrate to pkgconf
1 parent 108fc60 commit 2e860ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/p/p11-kit.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class P11Kit < Formula
2828

2929
depends_on "meson" => :build
3030
depends_on "ninja" => :build
31-
depends_on "pkg-config" => :build
31+
depends_on "pkgconf" => :build
3232
depends_on "ca-certificates"
3333
depends_on "libtasn1"
3434

@@ -48,7 +48,7 @@ def install
4848
system "meson", "setup", "_build", *args, *std_meson_args
4949
system "meson", "compile", "-C", "_build", "--verbose"
5050
# This formula is used with crypto libraries, so let's run the test suite.
51-
system "meson", "test", "-C", "_build"
51+
system "meson", "test", "-C", "_build", "--timeout-multiplier=2"
5252
system "meson", "install", "-C", "_build"
5353

5454
# HACK: Work around p11-kit: couldn't load module: .../lib/pkcs11/p11-kit-trust.so

0 commit comments

Comments
 (0)