We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4104d7d commit d273d1aCopy full SHA for d273d1a
script/build.py
@@ -37,7 +37,8 @@ def main():
37
'skia_use_system_harfbuzz=false',
38
'skia_pdf_subset_harfbuzz=true',
39
'skia_use_system_icu=false',
40
- 'skia_enable_skottie=true'
+ 'skia_enable_skottie=true',
41
+ 'skia_use_egl=true'
42
]
43
44
if isMacos or isIos or isTvos:
script/prepare_linux_arm.sh
@@ -7,5 +7,5 @@ apt-get update -y
7
apt-get install binutils build-essential -y
8
apt-get install software-properties-common -y
9
add-apt-repository ppa:git-core/ppa -y
10
-apt-get install python3 git fontconfig libfontconfig1-dev libgl-dev curl wget -y
+apt-get install python3 git fontconfig libfontconfig1-dev libglu1-mesa-dev curl wget -y
11
apt-get install clang -y
0 commit comments