mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-25 03:46:19 +00:00
15 lines
592 B
Makefile
15 lines
592 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="libwebsockets"
|
|
PKG_VERSION="4.3.2"
|
|
PKG_SHA256="6a85a1bccf25acc7e8e5383e4934c9b32a102880d1e4c37c70b27ae2a42406e1"
|
|
PKG_LICENSE="MIT"
|
|
PKG_SITE="https://libwebsockets.org"
|
|
PKG_URL="https://github.com/warmcat/libwebsockets/archive/v${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain openssl json-c libuv"
|
|
PKG_LONGDESC="Library for implementing network protocols with a tiny footprint."
|
|
|
|
PKG_CMAKE_OPTS_TARGET="-DLWS_WITH_LIBUV=ON \
|
|
-DLWS_WITHOUT_TESTAPPS=ON"
|