mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-14 00:38:14 +00:00
trivial: Fix using old versions of meson by disabling the valgrind support
We can revert this when we depend on a newer meson.
This commit is contained in:
parent
05ede65e24
commit
52981a67a1
@ -119,7 +119,7 @@ appstream_glib = dependency('appstream-glib', version : '>= 0.5.10')
|
||||
gusb = dependency('gusb', version : '>= 0.2.9')
|
||||
sqlite = dependency('sqlite3')
|
||||
libarchive = dependency('libarchive')
|
||||
valgrind = dependency('valgrind', required: false)
|
||||
valgrind = dependency('valgrindXXX', required: false)
|
||||
soup = dependency('libsoup-2.4', version : '>= 2.51.92')
|
||||
gpgme = cc.find_library('gpgme')
|
||||
gpgerror = cc.find_library('libgpg-error')
|
||||
|
Loading…
Reference in New Issue
Block a user