diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-10-23 11:34:27 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-10-23 11:34:27 +0200 |
commit | 9f6405e1e91ffab586b6af6d54f712558cc0b59f (patch) | |
tree | 89f73271177d6bb1838acedd4afc3ee258815386 /teams-for-linux | |
parent | 2b515e0ffe4a11968e76c3939c3033245957dba8 (diff) | |
download | archlinuxewe-9f6405e1e91ffab586b6af6d54f712558cc0b59f.tar.xz |
teams-for-linux: fix _pinned_dependencies
Diffstat (limited to 'teams-for-linux')
-rw-r--r-- | teams-for-linux/PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/teams-for-linux/PKGBUILD b/teams-for-linux/PKGBUILD index f731dc14c..fbeb4f996 100644 --- a/teams-for-linux/PKGBUILD +++ b/teams-for-linux/PKGBUILD @@ -20,6 +20,7 @@ _pinned_dependencies=( 'libdbus-1.so=3' 'libdrm=2.4.123' 'libexpat.so=1' + 'libgdk_pixbuf-2.0.so=0' 'libgio-2.0.so=0' 'libglib-2.0.so=0' 'libgobject-2.0.so=0' |