Fix backend_session_udev without backend_udev

This commit is contained in:
Drakulix 2017-12-21 18:11:19 +01:00
parent d3a8ff629d
commit bfed76593a
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ extern crate drm;
extern crate gbm;
#[cfg(feature = "backend_libinput")]
extern crate input;
#[cfg(feature = "backend_udev")]
#[cfg(feature = "udev")]
extern crate udev;
/*
#[cfg(feature = "backend_session_logind")]