Skip to content

meson: Add sha1 library options

Jon Turney requested to merge jturney/xserver:meson-sha1-options into master

This is a fairly simple minded conversion of the various sha1 library options from autotools to meson.

Not sure if we really want to re-add all of these, but the platform specific ones (e.g. CommonCrypto for darwin and CryptoAPI for Windows) are probably worth having.

Merge request reports