mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 13:38:59 +08:00
c2594d242a
* [openal-soft] Add ALSA dependency on Linux * [openal-soft] Remove "host" from ALSA dependency. * [openal-soft] Update git tree value.
24 lines
522 B
JSON
24 lines
522 B
JSON
{
|
|
"name": "openal-soft",
|
|
"version-semver": "1.22.2",
|
|
"port-version": 1,
|
|
"description": "OpenAL Soft is an LGPL-licensed, cross-platform, software implementation of the OpenAL 3D audio API.",
|
|
"homepage": "https://github.com/kcat/openal-soft",
|
|
"license": "GPL-2.0-or-later",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "alsa",
|
|
"platform": "linux"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|