mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-08 14:51:28 +03:00
fix xdg-desktop-portal backend not available
This commit is contained in:
committed by
Ferdinand Schober
parent
3fd2b31562
commit
82ab5ecbbd
@@ -118,6 +118,8 @@ pub async fn create(
|
|||||||
Backend::Wlroots,
|
Backend::Wlroots,
|
||||||
#[cfg(all(unix, feature = "libei", not(target_os = "macos")))]
|
#[cfg(all(unix, feature = "libei", not(target_os = "macos")))]
|
||||||
Backend::Libei,
|
Backend::Libei,
|
||||||
|
#[cfg(all(unix, feature = "xdg_desktop_portal", not(target_os = "macos")))]
|
||||||
|
Backend::Xdp,
|
||||||
#[cfg(all(unix, feature = "x11", not(target_os = "macos")))]
|
#[cfg(all(unix, feature = "x11", not(target_os = "macos")))]
|
||||||
Backend::X11,
|
Backend::X11,
|
||||||
#[cfg(windows)]
|
#[cfg(windows)]
|
||||||
|
|||||||
Reference in New Issue
Block a user