aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/bootstrap.py
diff options
context:
space:
mode:
authorMartin Boros <martinboros@localhost.localdomain>2019-05-24 21:25:39 -0400
committerMartin Boros <martinboros@localhost.localdomain>2019-05-24 21:27:20 -0400
commit5d1e4b32fc924d09214d398e0274e071c0975d29 (patch)
tree193331e21b6fdfb10ec4c868627093433f2accf9 /python/servo/bootstrap.py
parent61d2641a7d7c27b8c3107579324582451bc5588f (diff)
downloadservo-5d1e4b32fc924d09214d398e0274e071c0975d29.tar.gz
servo-5d1e4b32fc924d09214d398e0274e071c0975d29.zip
adds libunwind-devel to fedora dnf dependencies for bootstrap and updates README file
Diffstat (limited to 'python/servo/bootstrap.py')
-rw-r--r--python/servo/bootstrap.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/servo/bootstrap.py b/python/servo/bootstrap.py
index a38fb631eee..6fdca1585ec 100644
--- a/python/servo/bootstrap.py
+++ b/python/servo/bootstrap.py
@@ -114,8 +114,8 @@ def linux(context, force=False):
'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',
+ 'ccache', 'clang', 'autoconf2.13', 'libunwind-dev']
+ pkgs_dnf = ['libtool', 'gcc-c++', 'libXi-devel', 'freetype-devel','libunwind-devel',
'mesa-libGL-devel', 'mesa-libEGL-devel', 'glib2-devel', 'libX11-devel',
'libXrandr-devel', 'gperf', 'fontconfig-devel', 'cabextract', 'ttmkfdir',
'python2', 'python2-virtualenv', 'python2-pip', 'expat-devel', 'rpm-build',