mirror of
https://github.com/servo/servo.git
synced 2025-06-29 11:33:39 +01:00
Add libxcb dependencies to README and bootstrap.py
This commit is contained in:
parent
fdbecc68cf
commit
17e49aa25a
2 changed files with 2 additions and 0 deletions
|
@ -95,6 +95,7 @@ def linux(context, force=False):
|
|||
'libgl1-mesa-dri', 'libglib2.0-dev', 'xorg-dev', 'gperf', 'g++',
|
||||
'build-essential', 'cmake', 'libssl-dev',
|
||||
'liblzma-dev', 'libxmu6', 'libxmu-dev',
|
||||
"libxcb-render0-dev", "libxcb-shape0-dev", "libxcb-xfixes0-dev",
|
||||
'libgles2-mesa-dev', 'libegl1-mesa-dev', 'libdbus-1-dev',
|
||||
'libharfbuzz-dev', 'ccache', 'clang', 'libunwind-dev',
|
||||
'libgstreamer1.0-dev', 'libgstreamer-plugins-base1.0-dev',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue