rozniak / xfce-winxp-tc

Windows XP stuff for XFCE
Other
1.11k stars 37 forks source link

Transitive library deps via PkgConfig #283

Open rozniak opened 8 months ago

rozniak commented 8 months ago

This problem affects the shared libraries in the project.

The shared libraries do not have their build dependencies added to their PkgConfig, the result means the burden of adding the deps falls on the component pulling said library in.

Notable examples:

Shouldn't be too hard to add this to the pkgconfig function in the CMake to read from the library deps.