mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-11-12 19:37:15 +01:00
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:
@@ -8,4 +8,5 @@ Description: Utility functions from BSD systems (overlay)
|
|||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
URL: https://libbsd.freedesktop.org/
|
URL: https://libbsd.freedesktop.org/
|
||||||
Libs: -L${libdir} -lbsd
|
Libs: -L${libdir} -lbsd
|
||||||
|
Libs.private: @LIBBSD_LIBS@
|
||||||
Cflags: -isystem ${includedir}/bsd -DLIBBSD_OVERLAY
|
Cflags: -isystem ${includedir}/bsd -DLIBBSD_OVERLAY
|
||||||
|
|||||||
Reference in New Issue
Block a user