From f34c4c60570b7c5b0f31909ebf3e17d87a7da25f Mon Sep 17 00:00:00 2001 From: Sonja Happ Date: Mon, 14 Feb 2022 17:03:49 +0100 Subject: [PATCH] fix libwebsocket min version in deps install script --- packaging/deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/deps.sh b/packaging/deps.sh index e295632fb..2050c92a4 100644 --- a/packaging/deps.sh +++ b/packaging/deps.sh @@ -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