Skip to content

Commit

Permalink
libwebsockets: OpenSSL and mbedTLS variants should conflict
Browse files Browse the repository at this point in the history
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 <[email protected]>
(cherry picked from commit 676c5c7)
  • Loading branch information
BKPepe committed Oct 25, 2022
1 parent 21ac949 commit fefd89f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/libwebsockets/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ define Package/libwebsockets-mbedtls
TITLE += (mbedTLS)
DEPENDS += +libmbedtls
VARIANT:=mbedtls
CONFLICTS:=libwebsockets-openssl
endef

define Package/libwebsockets-full
Expand Down

0 comments on commit fefd89f

Please sign in to comment.