From 899b05b9c59987ab77c992f6c3a21c0f3e24a82c Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 28 Mar 2026 15:23:39 +0100 Subject: Switch from pkg-config to pkgconf --- cbs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cbs.h b/cbs.h index 8bcada8..c4ad4e0 100644 --- a/cbs.h +++ b/cbs.h @@ -425,7 +425,7 @@ pcquery(struct strs *xs, const char *lib, int flags) { struct strs ys = {0}; - strspushl(&ys, "pkg-config", "--silence-errors"); + strspushl(&ys, "pkgconf", "--silence-errors"); if (flags & PC_CFLAGS) strspushl(&ys, "--cflags"); if (flags & PC_LIBS) -- cgit v1.2.3