libwebsockets: OpenSSL and mbedTLS variants should conflict

They provide the same files, but they don't conflict to each other, this
means that users can install them side by side.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
Josef Schlehofer 2022-10-25 12:14:25 +02:00
parent 77e682a11c
commit 676c5c72b5
No known key found for this signature in database
GPG Key ID: B950216FE4329F4C
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ define Package/libwebsockets-mbedtls
TITLE += (mbedTLS)
DEPENDS += +libmbedtls
VARIANT:=mbedtls
CONFLICTS:=libwebsockets-openssl
endef
define Package/libwebsockets-full