mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
meson: specify correct libqrencode version in meson dep
This commit is contained in:
parent
b7fca1b059
commit
a6c7811f0d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user