mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 13:32:14 +08:00
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:
parent
4daa659e2a
commit
7bec67e600
@ -64,6 +64,7 @@ define Package/libwebsockets-mbedtls
|
|||||||
TITLE += (mbedTLS)
|
TITLE += (mbedTLS)
|
||||||
DEPENDS += +libmbedtls
|
DEPENDS += +libmbedtls
|
||||||
VARIANT:=mbedtls
|
VARIANT:=mbedtls
|
||||||
|
CONFLICTS:=libwebsockets-openssl
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libwebsockets-full
|
define Package/libwebsockets-full
|
||||||
|
Loading…
Reference in New Issue
Block a user