Skip to content

Commit a11e5f2

Browse files
qhaasBlyron
authored andcommitted
resolve issue #9464
1 parent d546bef commit a11e5f2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Util/SetupUtils/InstallPrerequisites.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,13 @@ apt-get -y install \
5454
rsync \
5555
libxml2-dev \
5656
git \
57-
git-lfs
57+
git-lfs \
58+
libnss3-dev \
59+
libatk-bridge2.0-dev \
60+
libxkbcommon-dev \
61+
libgbm-dev \
62+
libpango1.0-dev \
63+
libasound2-dev
5864

5965
if [ "$python_path" == "python3" ]; then
6066
apt-get -y install \

0 commit comments

Comments
 (0)