From: Jeong Arm Date: Fri, 13 Jul 2018 23:47:10 +0000 (+0900) Subject: Add dependencies for uWebSockets (#7466) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=c8c25ea7eb07d080d3394c3a47038bdd977dab3d;p=mastodon.git Add dependencies for uWebSockets (#7466) UWS needs openssl and zlib https://github.com/uNetworking/uWebSockets/wiki/Misc.-details#dependencies --- diff --git a/Aptfile b/Aptfile index 5dac83607..60d24f8b3 100644 --- a/Aptfile +++ b/Aptfile @@ -5,6 +5,8 @@ libidn11 libidn11-dev libpq-dev libprotobuf-dev +libssl-dev libxdamage1 libxfixes3 protobuf-compiler +zlib1g-dev