Skip to content

Commit 328dd59

Browse files
authored
Merge pull request #179 from Siborgium/upgrade/udev-04-fix-anvil
Fix Anvil build
2 parents 19260e8 + 7104859 commit 328dd59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

anvil/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ glium = { version = "0.23.0", default-features = false }
1515
wayland-server = "0.25.0"
1616
xkbcommon = "0.4.0"
1717
bitflags = "1.2.1"
18+
input = { version = "0.5.0", features = ["udev"] }
1819

1920
[dependencies.smithay]
2021
path = ".."
@@ -28,5 +29,5 @@ gl_generator = "0.10"
2829
default = [ "winit", "egl", "udev", "logind" ]
2930
egl = [ "smithay/use_system_lib" ]
3031
winit = [ "smithay/backend_winit" ]
31-
udev = [ "smithay/backend_libinput", "smithay/backend_drm_legacy", "smithay/backend_drm_gbm", "smithay/backend_drm_egl", "smithay/backend_udev", "smithay/backend_session" ]
32+
udev = [ "smithay/backend_libinput", "smithay/backend_udev", "smithay/backend_drm_legacy", "smithay/backend_drm_gbm", "smithay/backend_drm_egl", "smithay/backend_session" ]
3233
logind = [ "smithay/backend_session_logind" ]

0 commit comments

Comments
 (0)