vcpkg/ports/podofo/vcpkg.json
Jack·Boos·Yu 432037ce4f
[podofo] Re-fix export PoDoFoConfig.cmake (#25447)
* [podofo] Re-fix export PoDoFoConfig.cmake

* version

* Fix path

* version

* Remove args in vcpkg_cmake_config_fixup

* version
2022-06-27 14:03:59 -07:00

34 lines
662 B
JSON

{
"name": "podofo",
"version": "0.9.7",
"port-version": 2,
"description": "PoDoFo is a library to work with the PDF file format",
"homepage": "https://sourceforge.net/projects/podofo/",
"license": "LGPL-2.0-only",
"supports": "!uwp",
"dependencies": [
"freetype",
"libjpeg-turbo",
"libpng",
"openssl",
"tiff",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
],
"features": {
"fontconfig": {
"description": "Enable font manager support on Unix platforms",
"dependencies": [
"fontconfig"
]
}
}
}