build: Add a Libs.private field to pkg-config file

We need to list all internal libraries there so that we can statically
link.
This commit is contained in:
Guillem Jover 2021-02-09 05:56:49 +01:00
parent a4e0db2b97
commit 2374f409de

View File

@ -8,4 +8,5 @@ Description: Utility functions from BSD systems
Version: @VERSION@
URL: https://libbsd.freedesktop.org/
Libs: -L${libdir} -lbsd
Libs.private: @LIBBSD_LIBS@
Cflags: -I${includedir}