Need XKB dev packages on CI to build headless

This commit is contained in:
Kovid Goyal 2021-12-23 14:46:23 +05:30
parent 5db39aa16e
commit c914ca5e6b
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -107,7 +107,7 @@ def run_python(*args):
def install_linux_deps():
run('sudo', 'apt-get', 'update', '-y')
# run('sudo', 'apt-get', 'upgrade', '-y')
run('sudo', 'apt-get', 'install', '-y', 'gettext', 'libgl1-mesa-dev')
run('sudo', 'apt-get', 'install', '-y', 'gettext', 'libgl1-mesa-dev', 'libxkbcommon-dev', 'libxkbcommon-x11-dev')
def get_tx_tarball_url():