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:
parent
efbf0dbf86
commit
f547e59814
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libwebsockets'
|
||||
pkgname=libwebsockets
|
||||
version=3.2.2
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=cmake
|
||||
configure_args="-DLWS_WITH_LIBEV=ON -DLWS_WITH_LIBUV=ON -DLWS_WITH_HTTP2=ON
|
||||
-DLWS_IPV6=ON -DLWS_HAVE_LIBCAP=ON"
|
||||
|
@ -17,7 +17,7 @@ checksum=166d6e17cab64bfc10c2a71799c298284540a1fa63f6ea3de5caccb34502243c
|
|||
CFLAGS="-Wno-error"
|
||||
|
||||
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"
|
||||
pkg_install() {
|
||||
vmove usr/bin
|
||||
|
|
Loading…
Reference in New Issue