summaryrefslogtreecommitdiff
path: root/x11-terms/wezterm/files/wezterm-20240203-110809-cairo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'x11-terms/wezterm/files/wezterm-20240203-110809-cairo.patch')
-rw-r--r--x11-terms/wezterm/files/wezterm-20240203-110809-cairo.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-terms/wezterm/files/wezterm-20240203-110809-cairo.patch b/x11-terms/wezterm/files/wezterm-20240203-110809-cairo.patch
new file mode 100644
index 000000000000..a92cd33e7369
--- /dev/null
+++ b/x11-terms/wezterm/files/wezterm-20240203-110809-cairo.patch
@@ -0,0 +1,19 @@
+--- 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"}