From 41e5188b6e217a4bfd6d1802b73f49cc49472c17 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Tue, 21 Sep 2021 16:13:54 +0200 Subject: [PATCH] Makefile: update dependencies in pkgconfig --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1064a1e..f9e3fe5 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ libgmni.pc: @printf 'Name: libgmni\n' >> $@ @printf 'Version: %s\n' "$(VERSION)" >> $@ @printf 'Description: The gmni client library\n' >> $@ - @printf 'Requires: libssl libcrypto\n' >> $@ + @printf 'Requires: libbearssl\n' >> $@ @printf 'Cflags: -I$${includedir}/gmni\n' >> $@ @printf 'Libs: -L$${libdir} -lgmni\n' >> $@