yoda wayland-v5: redirect window_clipboard + cosmic-text to local forks
Propagates the [patch] blocks added in cosmic-yoterm v5 to keep the whole yoda app family on a single Wayland-only stack. Without these, iced_winit fails to select a window_clipboard version because our fork exposes a `wayland` feature that upstream doesn't. - window_clipboard → /home/lionel/Devels/window_clipboard (x11 gated behind opt-in feature) - cosmic-text → /home/lionel/Devels/cosmic-text (EAW terminal_cells + upstream PR#503 applied)
This commit is contained in:
parent
546299dbb7
commit
d8a5350fee
2 changed files with 14 additions and 160 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -86,6 +86,16 @@ iced_winit = { path = "/home/lionel/Devels/libcosmic/iced/winit" }
|
|||
# upower_dbus = { path = "../dbus-settings-bindings/upower" }
|
||||
# nm-secret-agent-manager = { git = "https://github.com/pop-os/dbus-settings-bindings//", branch = "nm-secret-agent" }
|
||||
|
||||
# Yoda wayland cut v5: redirect window_clipboard + cosmic-text to our local
|
||||
# forks (x11 gated behind opt-in feature + EAW/PR#503 respectively).
|
||||
[patch.'https://github.com/pop-os/window_clipboard.git']
|
||||
window_clipboard = { path = "/home/lionel/Devels/window_clipboard" }
|
||||
dnd = { path = "/home/lionel/Devels/window_clipboard/dnd" }
|
||||
mime = { path = "/home/lionel/Devels/window_clipboard/mime" }
|
||||
|
||||
[patch.'https://github.com/pop-os/cosmic-text']
|
||||
cosmic-text = { path = "/home/lionel/Devels/cosmic-text" }
|
||||
|
||||
[patch.crates-io]
|
||||
atspi = { git = "https://github.com/wash2/atspi" }
|
||||
atspi-common = { git = "https://github.com/wash2/atspi" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue