fix(dependencies): add missing package libxshmfence1 to ubuntu:20.04 (#7796)

This commit is contained in:
Thomas Chaplin 2021-07-26 09:50:51 +01:00 committed by GitHub
parent 7bdb901bb0
commit 9d7a0ec2d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -463,6 +463,7 @@ const LIBRARY_TO_PACKAGE_NAME_UBUNTU_20_04: { [s: string]: string} = {
'libxslt.so.1': 'libxslt1.1',
'libXt.so.6': 'libxt6',
'libXtst.so.6': 'libxtst6',
'libxshmfence.so.1': 'libxshmfence1',
};
const LIBRARY_TO_PACKAGE_NAME_UBUNTU_21_04: { [s: string]: string} = {