1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-23 21:32:13 +03:00

fix build on linux

refs: https://github.com/wez/wezterm/issues/784
This commit is contained in:
Wez Furlong 2022-01-25 09:27:01 -07:00
parent 0324ff66f0
commit 8cfad0455c
3 changed files with 3 additions and 0 deletions

1
Cargo.lock generated
View File

@ -5052,6 +5052,7 @@ dependencies = [
"wayland-client",
"wayland-egl",
"wayland-protocols",
"wezterm-bidi",
"wezterm-font",
"wezterm-input-types",
"winapi 0.3.9",

View File

@ -42,6 +42,7 @@ resize = "0.5"
serde = {version="1.0", features = ["rc", "derive"]}
tiny-skia = "0.6"
glium = { version = "0.30", default-features = false, git = "https://github.com/glium/glium.git", rev="aed95270f0714036003589d6e52de196e7ff75d1" }
wezterm-bidi = { path = "../bidi" }
wezterm-font = { path = "../wezterm-font" }
wezterm-input-types = { path = "../wezterm-input-types" }

View File

@ -462,6 +462,7 @@ impl ConceptFrame {
// We don't do synthesis here, so no need to filter
},
None,
wezterm_bidi::Direction::LeftToRight,
)
.ok()?;