]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - meson.build
Merge pull request #27830 from 1awesomeJ/initrd
[thirdparty/systemd.git] / meson.build
index fff58ccd243c0c9b29cfc3a59c9f9185cef2c005..c50de25146d261bd4f5e80d3a6cacf667ed86322 100644 (file)
@@ -1054,7 +1054,6 @@ if default_user_path != ''
         conf.set_quoted('DEFAULT_USER_PATH', default_user_path)
 endif
 
-
 #####################################################################
 
 threads = dependency('threads')
@@ -1197,7 +1196,9 @@ conf.set10('HAVE_LIBFDISK', have)
 
 want_pwquality = get_option('pwquality')
 if want_pwquality != 'false' and not skip_deps
-        libpwquality = dependency('pwquality', required : want_pwquality == 'true')
+        libpwquality = dependency('pwquality',
+                                  version : '>= 1.4.1',
+                                  required : want_pwquality == 'true')
         have = libpwquality.found()
 else
         have = false
@@ -4757,7 +4758,6 @@ foreach tuple : fuzz_sanitizers
         endif
 endforeach
 
-
 ############################################################
 
 if git.found()