Skip to content

Commit

Permalink
Update vcpkg.
Browse files Browse the repository at this point in the history
  • Loading branch information
henricj committed Oct 27, 2024
1 parent 6ae4b2c commit f0f94a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions external/vcpkg/config/ports/sdl2/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO libsdl-org/SDL
REF "release-${VERSION}"
SHA512 3c9486cc42baae1b97f3fcc38fb2ee54071236c588bf33d1140502b1b5b05cec18bb5d11c4bbf66ca055b561cd28dfb294ccca55d44e1561df9d6c6cfc530194
SHA512 94ec7dba63b275545a6c3ab10cfe9feeb0a752ee46ff5e0083e0faa37097e1225a4efa060ca2acebf8d67ff192f06f18afc782891b190f6c0a561932575e8e50
HEAD_REF main
PATCHES
disable-dynapi.patch
deps.patch
alsa-dep-fix.patch
cxx-linkage-pkgconfig.diff
poll-fix.patch # Remove with next version (2.30.7).
)

string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" SDL_STATIC)
Expand Down
3 changes: 1 addition & 2 deletions external/vcpkg/config/ports/sdl2/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "sdl2",
"version": "2.30.6",
"port-version": 2,
"version": "2.30.8",
"description": "Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D.",
"homepage": "https://www.libsdl.org/download-2.0.php",
"license": "Zlib",
Expand Down
2 changes: 1 addition & 1 deletion external/vcpkg/vcpkg
Submodule vcpkg updated 2485 files

0 comments on commit f0f94a2

Please sign in to comment.