mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
Meta: Enable Vulkan and ANGLE when compiling for Android
Vulkan seems to have been disabled due to not being able to compile. However, it compiles on my machine and it works on my phone. As for ANGLE, someone just forgot about Android.
This commit is contained in:
parent
af2d46bd3d
commit
e65a38bb0e
Notes:
github-actions[bot]
2025-07-10 21:46:25 +00:00
Author: https://github.com/Olekoop
Commit: e65a38bb0e
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5053
Reviewed-by: https://github.com/ADKaster ✅
1 changed files with 7 additions and 10 deletions
17
vcpkg.json
17
vcpkg.json
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
{
|
||||
"name": "angle",
|
||||
"platform": "linux | windows"
|
||||
"platform": "linux | windows | android"
|
||||
},
|
||||
{
|
||||
"name": "curl",
|
||||
|
@ -125,23 +125,20 @@
|
|||
},
|
||||
{
|
||||
"name": "skia",
|
||||
"platform": "android"
|
||||
"platform": "android",
|
||||
"features": [
|
||||
"vulkan"
|
||||
]
|
||||
},
|
||||
"sqlite3",
|
||||
{
|
||||
"name": "vulkan",
|
||||
"platform": "!android"
|
||||
},
|
||||
"vulkan",
|
||||
{
|
||||
"name": "tiff",
|
||||
"features": [
|
||||
"zstd"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "vulkan-headers",
|
||||
"platform": "!android"
|
||||
},
|
||||
"vulkan-headers",
|
||||
"woff2",
|
||||
"zlib"
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue