From: Luca Boccassi Date: Wed, 9 Dec 2020 12:33:54 +0000 (+0100) Subject: meson: specify correct libqrencode version in meson dep X-Git-Tag: v248-rc1~546^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a6c7811f0d3888e2fa545cd80d7815049b5cb084;p=thirdparty%2Fsystemd.git meson: specify correct libqrencode version in meson dep --- diff --git a/meson.build b/meson.build index 5d9413a5bbc..513b841ac54 100644 --- a/meson.build +++ b/meson.build @@ -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