mirror of
https://git.sr.ht/~sircmpwn/gmni
synced 2024-11-22 16:22:03 +01:00
Makefile: update dependencies in pkgconfig
This commit is contained in:
parent
0b55ef24a1
commit
41e5188b6e
2
Makefile
2
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' >> $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user