mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 23:47:49 +00:00
libwebsockets: build with libuv
This commit is contained in:
parent
523840ff80
commit
d0d13868fd
@ -7,7 +7,8 @@ PKG_SHA256="531e8f54fb9df64e790a3a62ace103dfbd67d2e3994745623422f89fbb7abcaf"
|
|||||||
PKG_LICENSE="LGPL2+"
|
PKG_LICENSE="LGPL2+"
|
||||||
PKG_SITE="https://libwebsockets.org"
|
PKG_SITE="https://libwebsockets.org"
|
||||||
PKG_URL="https://github.com/warmcat/libwebsockets/archive/v$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/warmcat/libwebsockets/archive/v$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain openssl json-c"
|
PKG_DEPENDS_TARGET="toolchain openssl json-c libuv"
|
||||||
PKG_LONGDESC="Library for implementing network protocols with a tiny footprint."
|
PKG_LONGDESC="Library for implementing network protocols with a tiny footprint."
|
||||||
|
|
||||||
PKG_CMAKE_OPTS_TARGET="-DLWS_WITHOUT_TESTAPPS=ON"
|
PKG_CMAKE_OPTS_TARGET="-DLWS_WITH_LIBUV=ON \
|
||||||
|
-DLWS_WITHOUT_TESTAPPS=ON"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user