vcpkg/ports/openal-soft/vcpkg.json
Nick c2594d242a
[openal-soft] Add ALSA dependency on Linux (#25754)
* [openal-soft] Add ALSA dependency on Linux

* [openal-soft] Remove "host" from ALSA dependency.

* [openal-soft] Update git tree value.
2022-07-14 12:12:47 -07:00

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
}
]
}