Skip to content

Commit

Permalink
[sdl2-mixer] don't build samples (#27182)
Browse files Browse the repository at this point in the history
  • Loading branch information
vividos authored Oct 12, 2022
1 parent 3836f23 commit f0a322f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions ports/sdl2-mixer/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ vcpkg_cmake_configure(
OPTIONS
${FEATURE_OPTIONS}
-DSDL2MIXER_VENDORED=OFF
-DSDL2MIXER_SAMPLES=OFF
)

vcpkg_cmake_install()
Expand Down
2 changes: 1 addition & 1 deletion ports/sdl2-mixer/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sdl2-mixer",
"version": "2.6.1",
"port-version": 1,
"port-version": 2,
"description": "Multi-channel audio mixer library for SDL.",
"homepage": "https://github.com/libsdl-org/SDL_mixer",
"license": "Zlib",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6698,7 +6698,7 @@
},
"sdl2-mixer": {
"baseline": "2.6.1",
"port-version": 1
"port-version": 2
},
"sdl2-net": {
"baseline": "2.0.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/sdl2-mixer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "6994c429d80fd95894a448a6bb55260563cc3946",
"version": "2.6.1",
"port-version": 2
},
{
"git-tree": "c06711b92dfd4c048f6a56c0236697012094a6e5",
"version": "2.6.1",
Expand Down

0 comments on commit f0a322f

Please sign in to comment.