stop using features, as this makes CI unhappy

This commit is contained in:
Benjamin Sergeant 2019-06-11 09:03:25 -07:00
parent a1bc1f2c61
commit 4666b18567

View File

@ -1,21 +1,4 @@
Source: ixwebsocket
Version: 4.0.3
Build-Depends: zlib
Build-Depends: zlib, openssl, mbedtls
Description: Lightweight WebSocket Client and Server + HTTP Client
Default-Features: ssl
Feature: ssl
Build-Depends: ixwebsocket[openssl] (!windows&!osx), ixwebsocket[mbedtls] (windows), 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)