Skip to content

Commit 0d114c0

Browse files
authored
Add libfreetype6-dev to desktop Linux dependencies (flutter#17020)
Required for Freetype 2.
1 parent 1194ba2 commit 0d114c0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

build/install-build-deps-linux-desktop.sh

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88

99
set -e
1010

11-
sudo apt -y install libgl-dev \
12-
libx11-dev \
13-
libxcursor-dev \
14-
libxinerama-dev \
15-
libxrandr-dev \
11+
sudo apt -y install libfreetype6-dev \
12+
libgl-dev \
13+
libx11-dev \
14+
libxcursor-dev \
15+
libxinerama-dev \
16+
libxrandr-dev \
1617
libxxf86vm-dev

0 commit comments

Comments
 (0)