summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2023-04-29 15:05:20 -0600
committerFederico Mena Quintero <federico@gnome.org>2023-04-29 15:07:53 -0600
commitf9fcd71efd03bfa7e201b7d6ded6158e8b2e76fa (patch)
treef91e887803c460a7cdb0d2c95df53c1cbed02bc1
parent4f84d301fe037a071ea3f794e596e9e124440ef7 (diff)
downloadlibrsvg-f9fcd71efd03bfa7e201b7d6ded6158e8b2e76fa.tar.gz
(#958): Do not include yeslogic-fontconfig-sys on Windows
Hopefully the test suite will do the right thing? Fixes https://gitlab.gnome.org/GNOME/librsvg/-/issues/958 Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/825>
-rw-r--r--rsvg/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/rsvg/Cargo.toml b/rsvg/Cargo.toml
index d78e0efd..566ccf29 100644
--- a/rsvg/Cargo.toml
+++ b/rsvg/Cargo.toml
@@ -78,6 +78,8 @@ string_cache = "0.8.0"
tinyvec = { version = "1.2.0", features = ["alloc", "rustc_1_55"] }
url = "2"
xml5ever = "0.17.0"
+
+[target.'cfg(not(windows))'.dependencies]
yeslogic-fontconfig-sys = { version = "4.0.1", optional = true }
[dev-dependencies]