mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Need XKB dev packages on CI to build headless
This commit is contained in:
parent
5db39aa16e
commit
c914ca5e6b
@ -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():
|
||||
|
Loading…
x
Reference in New Issue
Block a user