mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:19:08 +08:00
ecc4b1631f
* Add ixwebsocket
* remove commented cmake directives
* add dependencies
* directive to remove share folder
* try again with 4.0.3 which is using find_library for external code instead of vendoring it by default
* use vcpkg feature flag to detect ssl backend + compile ws
* do not build ws command line tool
* add a feature for osx / control file closer to curl one
* stop using features, as this makes CI unhappy
* Revert "stop using features, as this makes CI unhappy"
This reverts commit 4666b18567
.
* play again with Build-Depends to fix error which appears to be only on uwp
* call vcpkg_from_github instead
* share folder not created
22 lines
562 B
Plaintext
22 lines
562 B
Plaintext
Source: ixwebsocket
|
|
Version: 4.0.3
|
|
Build-Depends: zlib
|
|
Description: Lightweight WebSocket Client and Server + HTTP Client
|
|
Default-Features: ssl
|
|
|
|
Feature: ssl
|
|
Build-Depends: ixwebsocket[openssl] (!uwp&!windows&!osx), ixwebsocket[mbedtls] (windows), ixwebsocket[mbedtls] (uwp), ixwebsocket[sectransp] (osx)
|
|
Description: Default SSL backend
|
|
|
|
# SSL backends
|
|
Feature: openssl
|
|
Build-Depends: openssl
|
|
Description: SSL support (OpenSSL)
|
|
|
|
Feature: mbedtls
|
|
Build-Depends: mbedtls
|
|
Description: SSL support (mbedTLS)
|
|
|
|
Feature: sectransp
|
|
Description: SSL support (sectransp)
|