mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
meson: specify correct libqrencode version in meson dep
This commit is contained in:
committed by
Lennart Poettering
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
|
||||
|
||||
Reference in New Issue
Block a user