ports/graphics/menyoki/files/patch-cargo-crates_device__query-1.1.2_Cargo.toml

11 lines
398 B
TOML

--- cargo-crates/device_query-1.1.2/Cargo.toml.orig 2024-01-10 23:08:16 UTC
+++ cargo-crates/device_query-1.1.2/Cargo.toml
@@ -31,7 +31,7 @@ version = "0.3.9"
[build-dependencies.pkg-config]
version = "0.3.9"
-[target."cfg(target_os = \"linux\")".dependencies.x11]
+[target."cfg(any(target_os = \"linux\", target_os = \"freebsd\"))".dependencies.x11]
version = "2.17.2"
features = ["xlib"]