Benjamin Gilbert d42966d007 pkgconfig: drop unused libraries from Libs.private
Generate pkg-config Libs.private from the actual dependencies linked into
our libraries, rather than hardcoding static lists, to avoid overlinking
of library users when pkg-config is invoked with --static.  libopenjpip
doesn't actually link with libcurl, libfcgi, or libpthread, and neither
of our libraries links with libm on Windows (which doesn't have libm).
2025-07-24 23:54:22 -07:00
..