1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

fix libwebsocket min version in deps install script

This commit is contained in:
Sonja Happ 2022-02-14 17:03:49 +01:00
parent 93eebb640b
commit f34c4c6057

View file

@ -339,7 +339,7 @@ if ! pkg-config "spdlog >= 1.8.2" && \
fi
# Build & Install libwebsockets
if ! pkg-config "libwebsockets >= 2.3.0" && \
if ! pkg-config "libwebsockets >= 3.1.0" && \
[ -z "${SKIP_WEBSOCKETS}" ]; then
git clone ${GIT_OPTS} --branch v4.0-stable https://libwebsockets.org/repo/libwebsockets
mkdir -p libwebsockets/build