Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pkg-config: do not output static linking deps when building shared lib
Commit 63f9926 exports the dependencies for static linking to the pkg-config file. There are two problems with the implementation: - "Requires.private" in the pkg-config file makes the pkg-config implementation require the specified modules, even when not building statically - the exiv2 library build is done either shared or static, so there is no static library in case of a shared build Hence, output the dependencies for the static linking in the pkg-config file only when the exiv2 library build is not shared (i.e. static).
- Loading branch information