From f8293452b65551c75534a35af8e6202a45837299 Mon Sep 17 00:00:00 2001 From: Mike Yuan Date: Sat, 8 Nov 2025 02:09:59 +0100 Subject: [PATCH] meson: drop dangling reference to gcrypt ... which was also a typo ;) Follow-up for e9d4b88b817b9711291d8734cffdd4faf94b584a --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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( -- 2.47.3