mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 18:30:11 +08:00
[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:
parent
af3c99bc65
commit
c8fc7e1e26
@ -4166,7 +4166,7 @@
|
||||
},
|
||||
"openal-soft": {
|
||||
"baseline": "1.20.1",
|
||||
"port-version": 5
|
||||
"port-version": 6
|
||||
},
|
||||
"openblas": {
|
||||
"baseline": "0.3.10",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "d67d0e5d79043433b022177e902f397c4c285f4c",
|
||||
"version-string": "1.20.1",
|
||||
"port-version": 6
|
||||
},
|
||||
{
|
||||
"git-tree": "ede5d5168eb854c8f50f617bdeb1c263be8937d2",
|
||||
"version-string": "1.20.1",
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user