]> git.ipfire.org Git - thirdparty/systemd.git/commit
meson: disallow the combination of cryptolib=openssl and dns-over-tls=gnutls 21170/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 2 Dec 2021 10:29:45 +0000 (11:29 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 2 Dec 2021 10:31:20 +0000 (11:31 +0100)
commite37ad765c86d2a763a2d655068dfe59789f18e3e
tree46f542662f549a3e428dc7a26ac78f6a7aa42c3b
parent85bd394df57fe45c2873605e2c1d1d79e83e853d
meson: disallow the combination of cryptolib=openssl and dns-over-tls=gnutls

It could work, but it doesn't make much sense. If we already have openssl as
the cryptolib that provides the necessary support, let's not bring in another
library. Disallowing this simplifies things and reduces our support matrix.
meson.build