Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ports/sdl2/CONTROL
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Source: sdl2
Version: 2.0.12
Version: 2.0.12-1
Homepage: https://www.libsdl.org/download-2.0.php
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.
Supports: !uwp

Feature: vulkan
Description: Vulkan functionality for SDL
Expand Down
2 changes: 2 additions & 0 deletions ports/sdl2/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
vcpkg_fail_port_install(ON_TARGET "UWP")

set(SDL2_VERSION 2.0.12)
vcpkg_download_distfile(ARCHIVE
URLS "https://www.libsdl.org/release/SDL2-2.0.12.tar.gz"
Expand Down
2 changes: 2 additions & 0 deletions scripts/ci.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1665,6 +1665,8 @@ sdformat9:x64-uwp=fail
sdl1:arm-uwp=fail
sdl1:x64-uwp=fail
sdl1:x64-osx=fail
sdl2:arm-uwp=fail
sdl2:x64-uwp=fail
sdl2-image:arm-uwp=fail
sdl2-image:x64-uwp=fail
sdl2-mixer:arm-uwp=fail
Expand Down