]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: specify correct libqrencode version in meson dep 17884/head
authorLuca Boccassi <luca.boccassi@microsoft.com>
Wed, 9 Dec 2020 12:33:54 +0000 (13:33 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 9 Dec 2020 12:34:53 +0000 (13:34 +0100)
meson.build

index 5d9413a5bbcdc59d7d2db4e023504aec967c4321..513b841ac540bd4b010e7ab342e8dd1ddb305da7 100644 (file)
@@ -1117,6 +1117,7 @@ conf.set10('HAVE_LIBIPTC', have)
 want_qrencode = get_option('qrencode')
 if want_qrencode != 'false' and not skip_deps
         libqrencode = dependency('libqrencode',
+                                 version : '>= 4',
                                  required : want_qrencode == 'true')
         have = libqrencode.found()
 else