yuzu/externals/vcpkg/ports/libgwenhywfar/vcpkg.json

46 lines
939 B
JSON
Executable File

{
"name": "libgwenhywfar",
"version-semver": "5.6.0",
"port-version": 2,
"description": "A helper library for networking and security applications and libraries",
"homepage": "https://www.aquamaniac.de/rdm/",
"supports": "!windows",
"dependencies": [
"libgcrypt",
{
"name": "libgnutls",
"features": [
"openssl"
]
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"default-features": [
"cpp",
"libxml2"
],
"features": {
"cpp": {
"description": "C++ bindings"
},
"libxml2": {
"description": "Enables libXML2-depending functionality",
"dependencies": [
"libxml2"
]
},
"qt5": {
"description": "Qt bindings",
"dependencies": [
"qt5-base"
]
},
"tools": {
"description": "Some helper tools provided by Gwenhywfar and useful for applications using it"
}
}
}