1
0
Fork 0
mirror of https://git.sr.ht/~sircmpwn/gmni synced 2024-04-26 19:55:03 +02:00

Makefile: update dependencies in pkgconfig

This commit is contained in:
Drew DeVault 2021-09-21 16:13:54 +02:00
parent 0b55ef24a1
commit 41e5188b6e

View File

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