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.
This commit is contained in:
Mario Limonciello 2019-03-26 14:54:24 -05:00 committed by Mario Limonciello
parent fe593944a9
commit f981036e33

View File

@ -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')