libwebsockets-devel: add libressl-devel and libuv-devel to dependencies

libwebsockets.h depends on libressl and libuv header files due to
LWS_WITH_TLS=1 and LWS_WITH_LIBUV=1, so add them as dependencies.

Signed-off-by: Anthony Iliopoulos <ailiop@altatus.com>
Close: #26657
This commit is contained in:
Anthony Iliopoulos 2020-11-23 19:01:17 +01:00 committed by Đoàn Trần Công Danh
parent efbf0dbf86
commit f547e59814
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'libwebsockets' # Template file for 'libwebsockets'
pkgname=libwebsockets pkgname=libwebsockets
version=3.2.2 version=3.2.2
revision=3 revision=4
build_style=cmake build_style=cmake
configure_args="-DLWS_WITH_LIBEV=ON -DLWS_WITH_LIBUV=ON -DLWS_WITH_HTTP2=ON configure_args="-DLWS_WITH_LIBEV=ON -DLWS_WITH_LIBUV=ON -DLWS_WITH_HTTP2=ON
-DLWS_IPV6=ON -DLWS_HAVE_LIBCAP=ON" -DLWS_IPV6=ON -DLWS_HAVE_LIBCAP=ON"
@ -17,7 +17,7 @@ checksum=166d6e17cab64bfc10c2a71799c298284540a1fa63f6ea3de5caccb34502243c
CFLAGS="-Wno-error" CFLAGS="-Wno-error"
libwebsockets-devel_package() { libwebsockets-devel_package() {
depends="libwebsockets>=${version}_${revision} libev-devel libcap-devel" depends="libwebsockets>=${version}_${revision} libcap-devel libev-devel libressl-devel libuv-devel"
short_desc+=" - development files" short_desc+=" - development files"
pkg_install() { pkg_install() {
vmove usr/bin vmove usr/bin