mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[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.
This commit is contained in:
parent
1721648556
commit
c2594d242a
@ -1,11 +1,16 @@
|
||||
{
|
||||
"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
|
||||
|
@ -5122,7 +5122,7 @@
|
||||
},
|
||||
"openal-soft": {
|
||||
"baseline": "1.22.2",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"openblas": {
|
||||
"baseline": "0.3.20",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "2a5b37e3c3d9cd16ebbcdaddcce6cb7249aa21ec",
|
||||
"version-semver": "1.22.2",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "49395645807a6b8d7948d03474fbfa6c467be314",
|
||||
"version-semver": "1.22.2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user