vcpkg/ports/librdkafka/CONTROL
Rodrigo Trida 73fa03965b Librdkafka snappy (#7469)
* Adding snappy support.

* Building without win 32 config.

* Restoring original state.

* Changing version and replacing tab with spaces.

* Remove snappy as a build-depends

The snappy feature does not require any external sources.
2019-08-08 12:02:10 -04:00

24 lines
480 B
Plaintext

Source: librdkafka
Version: 1.1.0-1
Description: The Apache Kafka C/C++ library
Homepage: https://github.com/edenhill/librdkafka
Feature: lz4
Description: Enable external LZ4 library support
Build-Depends: lz4
Feature: ssl
Description: Build with OpenSSL
Build-Depends: openssl
Feature: zlib
Description: Build with zlib
Build-Depends: zlib
Feature: zstd
Description: Build with zstd
Build-Depends: zstd
Feature: snappy
Description: Build with snappy