On Thu, Mar 05, 2026 at 02:24:32PM -0500, Andrew Dunstan wrote:
> If you're building with meson this probably doesn't matter, because it only
> builds with explicitly enabled options.
FWIW, it's for this exact reason that I enforce all my option switches
to be disabled or enabled in meson, never automatic. Automatic
enforcement lacks predictibility, especially if a system upgrade has
the idea to break the library detection, because then I would not test
the setup of dependencies I want.
--
Michael