mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Add libfreetype6-dev to desktop Linux dependencies (flutter/engine#17020)
Required for Freetype 2.
This commit is contained in:
parent
46dbf3a761
commit
723ab032dc
@ -8,9 +8,10 @@
|
||||
|
||||
set -e
|
||||
|
||||
sudo apt -y install libgl-dev \
|
||||
libx11-dev \
|
||||
libxcursor-dev \
|
||||
libxinerama-dev \
|
||||
libxrandr-dev \
|
||||
sudo apt -y install libfreetype6-dev \
|
||||
libgl-dev \
|
||||
libx11-dev \
|
||||
libxcursor-dev \
|
||||
libxinerama-dev \
|
||||
libxrandr-dev \
|
||||
libxxf86vm-dev
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user