Skip to content

Remove boost-libs from boost dependency

Chocobo1 requested to merge chocobo1/boost:lib into main

Boost (development headers) has (opt-in) header-only mode. That means the result binary don't need boost-libs since all boost related code is inlined.

Packages that need boost-libs should explictly state so, and not relying on boost pulling it in.

Merge request reports

Loading