Skip to content

Commit

Permalink
Updated bootstrap.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Jeffrey committed Apr 23, 2019
1 parent 3aa58ee commit 61f7f12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/servo/bootstrap.py
Expand Up @@ -111,7 +111,8 @@ def linux(context, force=False):
pkgs_apt = ['git', 'curl', 'autoconf', 'libx11-dev', 'libfreetype6-dev',
'libgl1-mesa-dri', 'libglib2.0-dev', 'xorg-dev', 'gperf', 'g++',
'build-essential', 'cmake', 'python-pip',
'libbz2-dev', 'libosmesa6-dev', 'libxmu6', 'libxmu-dev', 'libglu1-mesa-dev',
'libbz2-dev', 'liblzma-dev',
'libosmesa6-dev', 'libxmu6', 'libxmu-dev', 'libglu1-mesa-dev',
'libgles2-mesa-dev', 'libegl1-mesa-dev', 'libdbus-1-dev', 'libharfbuzz-dev',
'ccache', 'clang', 'autoconf2.13', "libunwind-dev"]
pkgs_dnf = ['libtool', 'gcc-c++', 'libXi-devel', 'freetype-devel',
Expand Down

0 comments on commit 61f7f12

Please sign in to comment.