mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-05-22 01:48:12 +02:00
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:
parent
744c49eaac
commit
72183b6e04
1 changed files with 1 additions and 1 deletions
|
|
@ -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'))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue