mirror of
https://github.com/wez/wezterm.git
synced 2024-11-25 21:07:39 +03:00
add xcb image for debian, freebsd and arch, maybe
not 100% sure about freebsd and arch refs: https://github.com/wez/wezterm/issues/524
This commit is contained in:
parent
18cb179227
commit
381f0e68ef
3
get-deps
3
get-deps
@ -45,6 +45,7 @@ if test -e /etc/debian_version ; then
|
||||
libx11-xcb-dev \
|
||||
libxcb-ewmh-dev \
|
||||
libxcb-icccm4-dev \
|
||||
libxcb-image0-dev \
|
||||
libxcb-keysyms1-dev \
|
||||
libxcb-shm0-dev \
|
||||
libxcb-xkb-dev \
|
||||
@ -70,6 +71,7 @@ if test -e /etc/arch-release ; then
|
||||
'python3' \
|
||||
'rust' \
|
||||
'wayland' \
|
||||
'xcb-util-image' \
|
||||
'xcb-util-keysyms' \
|
||||
'xcb-util-wm'
|
||||
exit $?
|
||||
@ -100,6 +102,7 @@ case $OSTYPE in
|
||||
python3 \
|
||||
rust \
|
||||
wayland \
|
||||
xcb-util-image \
|
||||
xcb-util-keysyms \
|
||||
xcb-util-wm \
|
||||
z \
|
||||
|
Loading…
Reference in New Issue
Block a user