aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/bootstrap.py
diff options
context:
space:
mode:
authorGregory Terzian <gterzian@users.noreply.github.com>2018-12-03 19:33:25 +0800
committerJosh Matthews <josh@joshmatthews.net>2019-03-29 23:05:44 -0400
commit7bc29205ef6b957245deff0232cf9d0d5a1fe846 (patch)
treea93fe4435f1b556105c1a95059952befc46e102c /python/servo/bootstrap.py
parent0cb87cca137ae68d2bfc132750a0dd9d1b499ad0 (diff)
downloadservo-7bc29205ef6b957245deff0232cf9d0d5a1fe846.tar.gz
servo-7bc29205ef6b957245deff0232cf9d0d5a1fe846.zip
add linux sampler
Diffstat (limited to 'python/servo/bootstrap.py')
-rw-r--r--python/servo/bootstrap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/bootstrap.py b/python/servo/bootstrap.py
index 6456f1a0752..ca51717510c 100644
--- a/python/servo/bootstrap.py
+++ b/python/servo/bootstrap.py
@@ -113,7 +113,7 @@ def linux(context, force=False):
'build-essential', 'cmake', 'python-pip',
'libbz2-dev', 'libosmesa6-dev', 'libxmu6', 'libxmu-dev', 'libglu1-mesa-dev',
'libgles2-mesa-dev', 'libegl1-mesa-dev', 'libdbus-1-dev', 'libharfbuzz-dev',
- 'ccache', 'clang', 'autoconf2.13']
+ 'ccache', 'clang', 'autoconf2.13', "libunwind-dev"]
pkgs_dnf = ['libtool', 'gcc-c++', 'libXi-devel', 'freetype-devel',
'mesa-libGL-devel', 'mesa-libEGL-devel', 'glib2-devel', 'libX11-devel',
'libXrandr-devel', 'gperf', 'fontconfig-devel', 'cabextract', 'ttmkfdir',