build: Make minimum udev version as 228
Continuous' latest udev version is 228, and that is not going to change too soon. Since we do not depend on udev 232 specific features or bugfixes, just lower the minimum version and make Continouos happy.
This commit is contained in:
parent
ef85d1a643
commit
b607d35aad
@ -31,7 +31,7 @@ libwacom_req = '>= 0.13'
|
||||
atk_req = '>= 2.5.3'
|
||||
|
||||
# optional version requirements
|
||||
udev_req = '>= 232'
|
||||
udev_req = '>= 228'
|
||||
|
||||
# wayland version requirements
|
||||
wayland_server_req = '>= 1.13.0'
|
||||
|
Loading…
Reference in New Issue
Block a user