Skip to content

Commit

Permalink
libwebsocket : remove unneeded tag requirement from makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Seo Suchan <tjtncks@gmail.com>
  • Loading branch information
orangepizza committed May 7, 2024
1 parent d7e7787 commit 3e70a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/libwebsockets/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ endef
define Package/libwebsockets-mbedtls
$(call Package/$(PKG_NAME)/Default)
TITLE += (mbedTLS)
DEPENDS += +libmbedtls @MBEDTLS_VERSION_C
DEPENDS += +libmbedtls
VARIANT:=mbedtls
PROVIDES:=libwebsockets
CONFLICTS:=libwebsockets-openssl
Expand Down

0 comments on commit 3e70a68

Please sign in to comment.