mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-08 21:37:23 +08:00
1a4c54f1f1
* [poppler] Fix issue with using libcurl. * [curl] Ensure CMake policy is set for the libcurl config file. Otherwise, ports using old (eg pre-2.8) CMake minimums might fail when they import the package. * [poppler] Add curl feature to test curl vcpkg-cmake-wrapper.
39 lines
679 B
JSON
39 lines
679 B
JSON
{
|
|
"name": "poppler",
|
|
"version-string": "20.12.1",
|
|
"port-version": 1,
|
|
"description": "a PDF rendering library",
|
|
"homepage": "https://poppler.freedesktop.org/",
|
|
"dependencies": [
|
|
{
|
|
"name": "cairo",
|
|
"platform": "osx"
|
|
},
|
|
{
|
|
"name": "devil",
|
|
"platform": "(windows | linux) & !arm"
|
|
},
|
|
"fontconfig",
|
|
"freetype",
|
|
"libiconv",
|
|
"openjpeg"
|
|
],
|
|
"default-features": [
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"curl": {
|
|
"description": "curl for poppler",
|
|
"dependencies": [
|
|
"curl"
|
|
]
|
|
},
|
|
"zlib": {
|
|
"description": "zlib for poppler",
|
|
"dependencies": [
|
|
"zlib"
|
|
]
|
|
}
|
|
}
|
|
}
|