Skip to content

Commit

Permalink
Update linux desktop deps installation script (flutter#17011)
Browse files Browse the repository at this point in the history
On a stock Ubuntu 19.10 system, the following deps are required, at
minimum:
  * libx11-dev
  * libxcursor-dev
  * libxrandr-dev
  * libxinerama-dev
  * libxxf86vm-dev
  * libgl-dev
  • Loading branch information
cbracken authored Mar 8, 2020
1 parent e6de136 commit 1621994
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build/install-build-deps-linux-desktop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@

set -e

sudo apt-get -y install libx11-dev
sudo apt -y install libgl-dev \
libx11-dev \
libxcursor-dev \
libxinerama-dev \
libxrandr-dev \
libxxf86vm-dev

0 comments on commit 1621994

Please sign in to comment.