gentoo-mg/x11-terms/wezterm/files/wezterm-20240203-110809-cairo.patch

19 lines
704 B
Diff
Raw Permalink Normal View History

2024-10-25 17:10:27 +02:00
--- wezterm-20240203-110809-5046fc22-orig/Cargo.toml 2024-02-04 05:08:09.000000000 +1100
+++ wezterm-20240203-110809-5046fc22/Cargo.toml 2024-05-12 19:13:53.372080150 +1000
@@ -4,7 +4,6 @@
"bidi/generate",
"strip-ansi-escapes",
"sync-color-schemes",
- "deps/cairo",
"wezterm",
"wezterm-blob-leases",
"wezterm-dynamic",
@@ -26,8 +25,3 @@
# https://jakedeichert.com/blog/reducing-rust-incremental-compilation-times-on-macos-by-70-percent/
# Disabled because it breaks builds on Windows
#split-debuginfo = "unpacked"
-
-[patch.crates-io]
-# We use our own vendored cairo, which has minimal deps and should just
-# build via cargo.
-cairo-sys-rs = {path="deps/cairo", version="0.18.0"}