mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:29:01 +08:00
ca9ac0ba65
* Fix ICU support option * update version * [libxml2] Fix ICU support option * format vcpkg.json * update version * Add qtwebengine depend on libxml2[icu] * update version * update version * update feature * update version --------- Co-authored-by: vzhli17 <v-zhli17@microsoft.com>
64 lines
1.2 KiB
JSON
64 lines
1.2 KiB
JSON
{
|
|
"name": "libxml2",
|
|
"version": "2.11.6",
|
|
"port-version": 1,
|
|
"description": "Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform).",
|
|
"homepage": "https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"iconv",
|
|
"lzma",
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"ftp": {
|
|
"description": "Add the FTP support",
|
|
"supports": "!uwp"
|
|
},
|
|
"http": {
|
|
"description": "Add the HTTP support",
|
|
"supports": "!uwp"
|
|
},
|
|
"iconv": {
|
|
"description": "Add ICONV support",
|
|
"dependencies": [
|
|
"libiconv"
|
|
]
|
|
},
|
|
"icu": {
|
|
"description": "Add ICU support",
|
|
"dependencies": [
|
|
"icu"
|
|
]
|
|
},
|
|
"legacy": {
|
|
"description": "Add deprecated APIs for compatibility"
|
|
},
|
|
"lzma": {
|
|
"description": "Use LZMA",
|
|
"dependencies": [
|
|
"liblzma"
|
|
]
|
|
},
|
|
"tools": {
|
|
"description": "Build tools"
|
|
},
|
|
"zlib": {
|
|
"description": "Use ZLib",
|
|
"dependencies": [
|
|
"zlib"
|
|
]
|
|
}
|
|
}
|
|
}
|