1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 22:42:48 +03:00

get-deps: add libssl-dev

This commit is contained in:
David Soria Parra 2019-06-16 14:11:36 -07:00 committed by Wez Furlong
parent 7cf91d4658
commit 158a043a40

View File

@ -5,6 +5,7 @@ if test -e /etc/centos-release || test -e /etc/fedora-release; then
yum install -y \
cmake \
fontconfig-devel \
openssl-devel \
libxcb-devel \
libxkbcommon-devel \
libxkbcommon-x11-devel \
@ -21,6 +22,7 @@ case `lsb_release -ds` in
bsdutils \
cmake \
libegl1-mesa-dev \
libssl-dev \
libfontconfig1-dev \
libxcb-ewmh-dev \
libxcb-icccm4-dev \