diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2021-03-25 03:57:51 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-24 12:57:51 -0700 |
| commit | a5ac469043cbb9feeb7e1238cb73afc80ecc9fdb (patch) | |
| tree | 411a717fa2b849535acf12e71713719357f2b0fa /ports/poco/CONTROL | |
| parent | bce563ed584e207fdc614f665176daf9194d5fd7 (diff) | |
| download | vcpkg-a5ac469043cbb9feeb7e1238cb73afc80ecc9fdb.tar.gz vcpkg-a5ac469043cbb9feeb7e1238cb73afc80ecc9fdb.zip | |
[poco] Fix feature sqlite3 (#16549)
* [poco] Fix feature sqlite3
* Update versions
* Add dependencies
* Update versions/p-/poco.json
Diffstat (limited to 'ports/poco/CONTROL')
| -rw-r--r-- | ports/poco/CONTROL | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/ports/poco/CONTROL b/ports/poco/CONTROL deleted file mode 100644 index f0e093987..000000000 --- a/ports/poco/CONTROL +++ /dev/null @@ -1,31 +0,0 @@ -Source: poco -Version: 1.10.1 -Port-Version: 3 -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 -Description: Mysql support for POCO - -Feature: mariadb -Build-Depends: libmariadb -Description: MariaDB support for POCO - -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
\ No newline at end of file |
