mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01: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
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…
Reference in New Issue
Block a user