Skip to content

Commit 6dc22d0

Browse files
committed
Enable EGL
1 parent 9481c9b commit 6dc22d0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

script/build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def main():
7171
# TODO: use clang on all targets!
7272
args += [
7373
'skia_gl_standard="gles"',
74+
'skia_use_egl=true',
7475
'extra_cflags_cc=["-fno-exceptions", "-fno-rtti", "-flax-vector-conversions=all", "-D_GLIBCXX_USE_CXX11_ABI=0"]',
7576
'cc="clang"',
7677
'cxx="clang++"',

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)