early-access version 2853
This commit is contained in:
56
externals/vcpkg/ports/libxslt/vcpkg.json
vendored
Executable file
56
externals/vcpkg/ports/libxslt/vcpkg.json
vendored
Executable file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"name": "libxslt",
|
||||
"version": "1.1.35",
|
||||
"description": "Libxslt is a XSLT library implemented in C for XSLT 1.0 and most of EXSLT",
|
||||
"homepage": "https://github.com/GNOME/libxslt",
|
||||
"license": null,
|
||||
"supports": "!uwp",
|
||||
"dependencies": [
|
||||
"liblzma",
|
||||
"libxml2",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
],
|
||||
"default-features": [
|
||||
"default-features"
|
||||
],
|
||||
"features": {
|
||||
"crypto": {
|
||||
"description": "Build with crypto support",
|
||||
"supports": "mingw | !windows",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "libgcrypt",
|
||||
"platform": "!mingw"
|
||||
}
|
||||
]
|
||||
},
|
||||
"default-features": {
|
||||
"description": "default features for the current platform",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "libxslt",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"crypto"
|
||||
],
|
||||
"platform": "mingw | !windows"
|
||||
}
|
||||
]
|
||||
},
|
||||
"plugins": {
|
||||
"description": "(deprecated)",
|
||||
"supports": "!static"
|
||||
},
|
||||
"python": {
|
||||
"description": "Builds with python support",
|
||||
"supports": "mingw | !windows"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user