diff options
| author | uint <abhinav.prsai@gmail.com> | 2025-12-18 20:16:00 +0000 |
|---|---|---|
| committer | uint <abhinav.prsai@gmail.com> | 2025-12-18 20:16:00 +0000 |
| commit | 47fd7d3d40feb8990a6be4d0bd60be22a43bc1eb (patch) | |
| tree | b5bcff1e012a5ef9d3874919baa2be5584f3a42d /build_patches | |
| parent | 9cb4e4bd8309a227703b45a01c7fe48f1bf5a487 (diff) | |
update patches
Diffstat (limited to 'build_patches')
| -rw-r--r-- | build_patches/CMakeLists.txt.patch (renamed from build_patches/cmake.patch) | 0 | ||||
| -rw-r--r-- | build_patches/Meta_CMake_lagom_options.cmake.patch (renamed from build_patches/lagom_options.patch) | 0 | ||||
| -rw-r--r-- | build_patches/UI_CMakeLists.txt.patch (renamed from build_patches/ui_cmake.patch) | 2 | ||||
| -rw-r--r-- | build_patches/vcpkg.json.patch | 37 | ||||
| -rw-r--r-- | build_patches/vcpkg.patch | 28 |
5 files changed, 38 insertions, 29 deletions
diff --git a/build_patches/cmake.patch b/build_patches/CMakeLists.txt.patch index 1da02b6..1da02b6 100644 --- a/build_patches/cmake.patch +++ b/build_patches/CMakeLists.txt.patch diff --git a/build_patches/lagom_options.patch b/build_patches/Meta_CMake_lagom_options.cmake.patch index da4f590..da4f590 100644 --- a/build_patches/lagom_options.patch +++ b/build_patches/Meta_CMake_lagom_options.cmake.patch diff --git a/build_patches/ui_cmake.patch b/build_patches/UI_CMakeLists.txt.patch index 12a318f..6413a2f 100644 --- a/build_patches/ui_cmake.patch +++ b/build_patches/UI_CMakeLists.txt.patch @@ -1,5 +1,5 @@ diff --git a/UI/CMakeLists.txt b/UI/CMakeLists.txt -index d02cec2d..ce8a1943 100644 +index ad7a0b3a..6e58b166 100644 --- a/UI/CMakeLists.txt +++ b/UI/CMakeLists.txt @@ -49,6 +49,8 @@ endfunction() 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", diff --git a/build_patches/vcpkg.patch b/build_patches/vcpkg.patch deleted file mode 100644 index 5902701..0000000 --- a/build_patches/vcpkg.patch +++ /dev/null @@ -1,28 +0,0 @@ -diff --git a/vcpkg.json b/vcpkg.json -index 6317530e..ea6ff163 100644 ---- a/vcpkg.json -+++ b/vcpkg.json -@@ -160,10 +160,20 @@ - }, - { - "name": "sdl3", -+ "platform": "linux | freebsd", -+ "default-features": false, -+ "features": [ -+ "x11", -+ "wayland" -+ ] -+ }, -+ { -+ "name": "sdl3", -+ "platform": "!(linux | freebsd)", - "default-features": false -- }, -- "simdutf", -- { -+ }, -+ "simdutf", -+ { - "name": "skia", - "platform": "osx", - "features": [ |
