diff --git a/ports/sdl2/CONTROL b/ports/sdl2/CONTROL index e20991fb6804d0..8441f9a639e250 100644 --- a/ports/sdl2/CONTROL +++ b/ports/sdl2/CONTROL @@ -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 diff --git a/ports/sdl2/portfile.cmake b/ports/sdl2/portfile.cmake index 4bed5c0a679293..d9fe73483179cb 100644 --- a/ports/sdl2/portfile.cmake +++ b/ports/sdl2/portfile.cmake @@ -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" diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index a52034597b70e6..2addedf9ca82c3 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -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