build: Require newer gudev for the uncached sysfs attr API

This commit is contained in:
Bastien Nocera
2020-09-29 16:36:13 +02:00
parent 61e46e98d4
commit 23859b43ce

View File

@@ -43,7 +43,7 @@ if get_option('gtk-tests')
gtk_dep = dependency('gtk+-3.0', required: false)
endif
gio_dep = dependency('gio-2.0')
gudev_dep = dependency('gudev-1.0', version: '>= 232')
gudev_dep = dependency('gudev-1.0', version: '>= 234')
gnome = import('gnome')