mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 18:39:07 +08:00
5d2a0a9814
* Xbox triplets should not support ports with only copyleft licenses * Reverted ports that build with xbox currently * Fix conflict and rebase * Update baseline * Update baseline
57 lines
1.1 KiB
JSON
57 lines
1.1 KiB
JSON
{
|
|
"name": "podofo",
|
|
"version": "0.10.0",
|
|
"port-version": 2,
|
|
"description": "PoDoFo is a library to work with the PDF file format",
|
|
"homepage": "https://github.com/podofo/podofo",
|
|
"license": "LGPL-2.0-or-later",
|
|
"supports": "!uwp & !xbox",
|
|
"dependencies": [
|
|
"freetype",
|
|
"libjpeg-turbo",
|
|
"libpng",
|
|
{
|
|
"name": "libxml2",
|
|
"default-features": false
|
|
},
|
|
"openssl",
|
|
{
|
|
"name": "tiff",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
],
|
|
"default-features": [
|
|
"fontmanager"
|
|
],
|
|
"features": {
|
|
"fontconfig": {
|
|
"description": "Use Fontconfig",
|
|
"dependencies": [
|
|
"fontconfig"
|
|
]
|
|
},
|
|
"fontmanager": {
|
|
"description": "Enable font manager",
|
|
"dependencies": [
|
|
{
|
|
"name": "podofo",
|
|
"default-features": false,
|
|
"features": [
|
|
"fontconfig"
|
|
],
|
|
"platform": "!windows"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|