From: Mike Yuan Date: Sat, 8 Nov 2025 01:09:59 +0000 (+0100) Subject: meson: drop dangling reference to gcrypt X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;p=thirdparty%2Fsystemd.git meson: drop dangling reference to gcrypt ... which was also a typo ;) Follow-up for e9d4b88b817b9711291d8734cffdd4faf94b584a --- diff --git a/meson.build b/meson.build index b5628a2a609..828e66402ad 100644 --- a/meson.build +++ b/meson.build @@ -1539,7 +1539,7 @@ have = get_option('importd').require( conf.get('HAVE_OPENSSL') == 1 and conf.get('HAVE_ZLIB') == 1 and conf.get('HAVE_XZ') == 1, - error_message : 'curl, openssl/grypt, zlib and xz required').allowed() + error_message : 'curl, openssl, zlib and xz required').allowed() conf.set10('ENABLE_IMPORTD', have) have = get_option('sysupdate').require(