]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: drop dangling reference to gcrypt
authorMike Yuan <me@yhndnzj.com>
Sat, 8 Nov 2025 01:09:59 +0000 (02:09 +0100)
committerMike Yuan <me@yhndnzj.com>
Sat, 8 Nov 2025 01:11:05 +0000 (02:11 +0100)
... which was also a typo ;)

Follow-up for e9d4b88b817b9711291d8734cffdd4faf94b584a

meson.build

index b5628a2a609b548e3dfd0c315072ddc287321c30..828e66402ad95f58885440ae81dd09e0b0e45c2b 100644 (file)
@@ -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(