cgmnlm

colorful gemini line mode browser
git clone https://git.clttr.info/cgmnlm.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit 0fa1fb5d31c69cfb9d2cb3999d835cb7282e30a7
parent 3c63a64288f665a272974698d547bbca79769d5a
Author: Drew DeVault <sir@cmpwn.com>
Date:   Tue, 21 Sep 2021 16:13:54 +0200

Makefile: update dependencies in pkgconfig

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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' >> $@