Skip to content

Commit

Permalink
[openal-soft] Fix issue with cmake config. (microsoft#15634)
Browse files Browse the repository at this point in the history
* [openal-soft] Fix issue with cmake config.

* update baseline

Co-authored-by: JackBoosY <[email protected]>
  • Loading branch information
Hoikas and JackBoosY authored Jan 17, 2021
1 parent af3c99b commit c8fc7e1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion port_versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4166,7 +4166,7 @@
},
"openal-soft": {
"baseline": "1.20.1",
"port-version": 5
"port-version": 6
},
"openblas": {
"baseline": "0.3.10",
Expand Down
5 changes: 5 additions & 0 deletions port_versions/o-/openal-soft.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d67d0e5d79043433b022177e902f397c4c285f4c",
"version-string": "1.20.1",
"port-version": 6
},
{
"git-tree": "ede5d5168eb854c8f50f617bdeb1c263be8937d2",
"version-string": "1.20.1",
Expand Down
2 changes: 1 addition & 1 deletion ports/openal-soft/CONTROL
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions ports/openal-soft/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit c8fc7e1

Please sign in to comment.