mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 16:07:38 -04:00
11 lines
398 B
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"]
|
|
|