diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-11-13 13:35:03 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-13 13:35:03 -0800 |
| commit | 132ca47d69e1aaa9fca15167bf7da95d6ea04ca7 (patch) | |
| tree | 325c73fb62a6edbc9f5309ce038ff80697bb35c9 /ports/poco/CONTROL | |
| parent | 783763162901f32e6d6270aede22519844b8e9ce (diff) | |
| download | vcpkg-132ca47d69e1aaa9fca15167bf7da95d6ea04ca7.tar.gz vcpkg-132ca47d69e1aaa9fca15167bf7da95d6ea04ca7.zip | |
[poco] Fix dependency, add features (#14305)
* [poco] Fix dependency, add features
* [poco] Update libmysql related code
* [poco] Drop uwp support, fix cmake path
Diffstat (limited to 'ports/poco/CONTROL')
| -rw-r--r-- | ports/poco/CONTROL | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/ports/poco/CONTROL b/ports/poco/CONTROL index a2e4d7a93..6c4f1279a 100644 --- a/ports/poco/CONTROL +++ b/ports/poco/CONTROL @@ -1,8 +1,10 @@ Source: poco Version: 1.10.1 -Build-Depends: expat, libpq, pcre, sqlite3, zlib, libpng +Port-Version: 1 +Build-Depends: expat, pcre, zlib Description: Modern, powerful open source C++ class libraries for building network and internet-based applications that run on desktop, server, mobile and embedded systems. Homepage: https://github.com/pocoproject/poco +Supports: !uwp Feature: mysql Build-Depends: libmysql @@ -16,6 +18,14 @@ Feature: postgresql Build-Depends: libpqxx Description: PostgreSQL support for POCO +Feature: sqlite3 +Build-Depends: sqlite3 +Description: Sqlite3 support for POCO + +Feature: netssl +Build-Depends: openssl +Description: NetSSL support for POCO + Feature: pdf Build-Depends: libharu -Description: Haru support for POCO +Description: Haru support for POCO
\ No newline at end of file |
