vcpkg/ports/jack2/vcpkg.json
MonicaLiu e7b95189fa
[jack2] Export some missing symbols (#33354)
* Export jack2_midi_ symbols

* update version

* Export other missing symbols

* update git-tree

* Modify jack.def

* update git-tree

* code-cleanup

* update git-tree

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-08-25 12:28:26 -07:00

20 lines
415 B
JSON

{
"name": "jack2",
"version-semver": "1.9.21",
"port-version": 1,
"description": "Cross-platform API that enables device sharing and inter-application audio routing",
"homepage": "https://jackaudio.org/",
"license": "GPL-2.0",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}