From 381f0e68ef04c25c029019531d2a1c7ad3230cf3 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Mon, 8 Mar 2021 22:26:29 -0800 Subject: [PATCH] add xcb image for debian, freebsd and arch, maybe not 100% sure about freebsd and arch refs: https://github.com/wez/wezterm/issues/524 --- get-deps | 3 +++ 1 file changed, 3 insertions(+) diff --git a/get-deps b/get-deps index fe3fb1061..8fe54c03c 100755 --- a/get-deps +++ b/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 \