mirror of
https://github.com/wez/wezterm.git
synced 2024-11-09 22:15:15 +03:00
ci: add more debian deps
https://github.com/wez/wezterm/issues/1052#issuecomment-927197992 suggests that we're missing these library deps from our .debs, so let's try adding them
This commit is contained in:
parent
90dab9723f
commit
83d159ae21
@ -139,7 +139,7 @@ Description: Wez's Terminal Emulator.
|
||||
wezterm is a terminal emulator with support for modern features
|
||||
such as fonts with ligatures, hyperlinks, tabs and multiple
|
||||
windows.
|
||||
Depends: libc6, libegl-mesa0, libxcb-icccm4, libxcb-ewmh2, libxcb-keysyms1, libxcb-xkb1, libxkbcommon0, libxkbcommon-x11-0, libfontconfig1, xdg-utils, libxcb-render0, libxcb-shape0, libx11-6, libegl1
|
||||
Depends: libc6, libegl-mesa0, libxcb-icccm4, libxcb-ewmh2, libxcb-keysyms1, libxcb-xkb1, libxkbcommon0, libxkbcommon-x11-0, libfontconfig1, xdg-utils, libxcb-render0, libxcb-shape0, libx11-6, libegl1, libxcb-util, libxcb-image0
|
||||
Provides: x-terminal-emulator
|
||||
EOF
|
||||
install -Dsm755 -t pkg/debian/usr/bin target/release/wezterm-mux-server
|
||||
|
Loading…
Reference in New Issue
Block a user