Skip to content

Commit d273d1a

Browse files
committed
Enable EGL
1 parent 4104d7d commit d273d1a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

script/build.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ def main():
3737
'skia_use_system_harfbuzz=false',
3838
'skia_pdf_subset_harfbuzz=true',
3939
'skia_use_system_icu=false',
40-
'skia_enable_skottie=true'
40+
'skia_enable_skottie=true',
41+
'skia_use_egl=true'
4142
]
4243

4344
if isMacos or isIos or isTvos:

script/prepare_linux_arm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ apt-get update -y
77
apt-get install binutils build-essential -y
88
apt-get install software-properties-common -y
99
add-apt-repository ppa:git-core/ppa -y
10-
apt-get install python3 git fontconfig libfontconfig1-dev libgl-dev curl wget -y
10+
apt-get install python3 git fontconfig libfontconfig1-dev libglu1-mesa-dev curl wget -y
1111
apt-get install clang -y

0 commit comments

Comments
 (0)