[openal-soft] Fix issue with cmake config. (#15634)

* [openal-soft] Fix issue with cmake config.

* update baseline

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
This commit is contained in:
Adam Johnson 2021-01-16 22:57:12 -05:00 committed by GitHub
parent af3c99bc65
commit c8fc7e1e26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 5 deletions

View File

@ -4166,7 +4166,7 @@
},
"openal-soft": {
"baseline": "1.20.1",
"port-version": 5
"port-version": 6
},
"openblas": {
"baseline": "0.3.10",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d67d0e5d79043433b022177e902f397c4c285f4c",
"version-string": "1.20.1",
"port-version": 6
},
{
"git-tree": "ede5d5168eb854c8f50f617bdeb1c263be8937d2",
"version-string": "1.20.1",

View File

@ -1,6 +1,6 @@
Source: openal-soft
Version: 1.20.1
Port-Version: 5
Port-Version: 6
Homepage: https://github.com/kcat/openal-soft
Description: OpenAL Soft is an LGPL-licensed, cross-platform, software implementation of the OpenAL 3D audio API.
Supports: !uwp

View File

@ -54,9 +54,9 @@ vcpkg_configure_cmake(
-DALSOFT_BACKEND_JACK=OFF
-DALSOFT_BACKEND_OPENSL=OFF
-DALSOFT_BACKEND_WAVE=ON
-DALSOFT_REQUIRE_WINMM=${ALSOFT_REQUIRE_WINDOWS}
-DALSOFT_REQUIRE_DSOUND=${ALSOFT_REQUIRE_WINDOWS}
-DALSOFT_REQUIRE_MMDEVAPI=${ALSOFT_REQUIRE_WINDOWS}
-DALSOFT_BACKEND_WINMM=OFF
-DALSOFT_BACKEND_DSOUND=OFF
-DALSOFT_REQUIRE_WASAPI=${ALSOFT_REQUIRE_WINDOWS}
-DALSOFT_CPUEXT_NEON=OFF
-DCMAKE_DISABLE_FIND_PACKAGE_WindowsSDK=ON
)