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

We need to list all internal libraries there so that we can statically
link.

Fixes: commit 2374f409de
This commit is contained in:
Guillem Jover 2021-02-09 08:35:36 +01:00
parent 1fb25b7dca
commit c0d86a6412

View File

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