pkgconfig is the defacto standard to find components. Instead of
opting-in to depending on pkgconfig via USES=pkgconfig, this switches
the behaviour to be opt-out.
If a port does not want pkgconfig, it now needs to define
WITHOUT_PKGCONFIG=yes
Differential D36472
framework: make pkgconfig a Feature tcberner on Sep 6 2022, 8:30 PM. Authored by Tags None Referenced Files
Details pkgconfig is the defacto standard to find components. Instead of If a port does not want pkgconfig, it now needs to define
Diff Detail
Event Timeline
Comment Actions As discussed with @bapt, I'll try to look into an other way to make pc-support better. |