From ae524c4d0e9c46140f35f9a4d35d92fa7ef5309c Mon Sep 17 00:00:00 2001 From: ClSlaid Date: Mon, 30 Oct 2023 22:14:57 +0800 Subject: [PATCH] patch: avoid compile x11 deps on mac Signed-off-by: ClSlaid --- libs/clipboard/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/clipboard/Cargo.toml b/libs/clipboard/Cargo.toml index 36f783fc1..c3673a9bd 100644 --- a/libs/clipboard/Cargo.toml +++ b/libs/clipboard/Cargo.toml @@ -33,7 +33,6 @@ hbb_common = { path = "../hbb_common" } parking_lot = {version = "0.12"} [target.'cfg(any(target_os = "linux", target_os = "macos"))'.dependencies] -x11rb = {version = "0.12", features = ["all-extensions"], optional = true} rand = {version = "0.8", optional = true} fuser = {version = "0.13", optional = true} libc = {version = "0.2", optional = true}