diff options
| author | uint <abhinav.prsai@gmail.com> | 2025-12-18 18:59:29 +0000 |
|---|---|---|
| committer | uint <abhinav.prsai@gmail.com> | 2025-12-18 18:59:29 +0000 |
| commit | 5385e7bf5b848d8ecf2478665117eb41e734dde5 (patch) | |
| tree | a3419a278c6208d79e9a69214e6bfcfd683953b6 /build_patches/vcpkg.patch | |
| parent | 5e8304eb8db4cbe83a5bcb22c1774c264d1e8f81 (diff) | |
add ladybird patches for build
Diffstat (limited to 'build_patches/vcpkg.patch')
| -rw-r--r-- | build_patches/vcpkg.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/build_patches/vcpkg.patch b/build_patches/vcpkg.patch new file mode 100644 index 0000000..5902701 --- /dev/null +++ b/build_patches/vcpkg.patch @@ -0,0 +1,28 @@ +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": [ |
