mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:49:00 +08:00
3ab8c74874
Also: * allow dynamic linking by adding jack.def file * replace deprecated vcpkg functions * replace legacy CONTROL file with vcpkg.json
18 lines
370 B
JSON
18 lines
370 B
JSON
{
|
|
"name": "jack2",
|
|
"version-semver": "1.9.19",
|
|
"description": "Cross-platform API that enables device sharing and inter-application audio routing",
|
|
"homepage": "https://jackaudio.org/",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|