From f981036e33575bd247dd4a31c494a24fcd922189 Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Tue, 26 Mar 2019 14:54:24 -0500 Subject: [PATCH] trivial: meson.build: bump libxmlb dep to 0.1.7 Shutdown activation for ATA disks doesn't work with older versions, and it's not obvious how to debug or fix the problem. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index f43a60ffc..1f824457b 100644 --- a/meson.build +++ b/meson.build @@ -155,7 +155,7 @@ gudev = dependency('gudev-1.0') if gudev.version().version_compare('>= 232') conf.set('HAVE_GUDEV_232', '1') endif -libxmlb = dependency('xmlb', version : '>= 0.1.5', fallback : ['libxmlb', 'libxmlb_dep']) +libxmlb = dependency('xmlb', version : '>= 0.1.7', fallback : ['libxmlb', 'libxmlb_dep']) gusb = dependency('gusb', version : '>= 0.2.9') sqlite = dependency('sqlite3') libarchive = dependency('libarchive')