diff --git a/input-emulation/src/lib.rs b/input-emulation/src/lib.rs index 869f1f5..541a4f3 100644 --- a/input-emulation/src/lib.rs +++ b/input-emulation/src/lib.rs @@ -118,6 +118,8 @@ pub async fn create( Backend::Wlroots, #[cfg(all(unix, feature = "libei", not(target_os = "macos")))] Backend::Libei, + #[cfg(all(unix, feature = "xdg_desktop_portal", not(target_os = "macos")))] + Backend::Xdp, #[cfg(all(unix, feature = "x11", not(target_os = "macos")))] Backend::X11, #[cfg(windows)]