From 47fd7d3d40feb8990a6be4d0bd60be22a43bc1eb Mon Sep 17 00:00:00 2001 From: uint Date: Thu, 18 Dec 2025 20:16:00 +0000 Subject: update patches --- build_patches/vcpkg.json.patch | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 build_patches/vcpkg.json.patch (limited to 'build_patches/vcpkg.json.patch') diff --git a/build_patches/vcpkg.json.patch b/build_patches/vcpkg.json.patch new file mode 100644 index 0000000..6ca3561 --- /dev/null +++ b/build_patches/vcpkg.json.patch @@ -0,0 +1,37 @@ +diff --git a/vcpkg.json b/vcpkg.json +index d32fb707..ea114950 100644 +--- a/vcpkg.json ++++ b/vcpkg.json +@@ -161,6 +161,32 @@ + }, + { + "name": "sdl3", ++ "platform": "linux", ++ "default-features": false, ++ "features": [ ++ "x11", ++ "wayland" ++ ] ++ }, ++ { ++ "name": "sdl3", ++ "platform": "freebsd | openbsd | netbsd | illumos", ++ "default-features": false, ++ "features": [ ++ "x11" ++ ] ++ }, ++ { ++ "name": "sdl3", ++ "platform": "darwin", ++ "default-features": false, ++ "features": [ ++ "cocoa" ++ ] ++ }, ++ { ++ "name": "sdl3", ++ "platform": "!(linux | freebsd | openbsd | netbsd | illumos | darwin)", + "default-features": false + }, + "simdutf", -- cgit v1.2.3