diff options
| author | JackBoosY <47264268+JackBoosY@users.noreply.github.com> | 2019-08-28 05:23:02 +0800 |
|---|---|---|
| committer | Curtis J Bezault <curtbezault@gmail.com> | 2019-08-27 14:23:02 -0700 |
| commit | 34c65d521d83112bec4fc12bcc5768204ebac974 (patch) | |
| tree | a89f98645424ebc601d0e8a53e1a9582ca942520 /ports/poco/CONTROL | |
| parent | 8cf2067e571a070d6847c2bddb5d0f0a55934609 (diff) | |
| download | vcpkg-34c65d521d83112bec4fc12bcc5768204ebac974.tar.gz vcpkg-34c65d521d83112bec4fc12bcc5768204ebac974.zip | |
[poco]Fix conflicts with libharu. (#7892)
Diffstat (limited to 'ports/poco/CONTROL')
| -rw-r--r-- | ports/poco/CONTROL | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ports/poco/CONTROL b/ports/poco/CONTROL index e7e1656bb..9ea94f496 100644 --- a/ports/poco/CONTROL +++ b/ports/poco/CONTROL @@ -1,5 +1,5 @@ Source: poco -Version: 1.9.2 +Version: 1.9.2-1 Build-Depends: expat, libpq, pcre, sqlite3, zlib, libpng 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 @@ -15,3 +15,7 @@ Description: MariaDB support for POCO Feature: postgresql Build-Depends: libpqxx Description: PostgreSQL support for POCO + +Feature: pdf +Build-Depends: libharu +Description: Haru support for POCO |
