build: Require a newer libgudev

Some of the functionality will be broken with older versions, in
particular when it comes to newline stripping when reading sysfs
attributes.
This commit is contained in:
Bastien Nocera 2023-07-04 16:48:53 +02:00
parent 744c49eaac
commit 72183b6e04

View file

@ -69,7 +69,7 @@ gobject_introspection = dependency('gobject-introspection-1.0', required: get_op
if os_backend == 'linux'
gudev_dep = dependency('gudev-1.0', version: '>= 235')
gudev_dep = dependency('gudev-1.0', version: '>= 238')
idevice_dep = dependency('libimobiledevice-1.0',
version : '>= 0.9.7',
required : get_option('idevice'))