build: Require libmagickcore-6.q16-6-extra for export-annotations (#21216)

This library seems missing on custom images (notably dedicated (but not cloud) Hetzner)
It is already present on all other installations we are aware of.
If the library is not present, some annotations (most notably text) will be missing when trying to export annotations from whiteboard in both main and breakout rooms.
This commit is contained in:
Anton Georgiev 2024-09-18 11:49:41 -04:00 committed by GitHub
parent 620014f978
commit 5b12b35265
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,3 @@
. ./opts-global.sh
OPTS="$OPTS -t deb -d nodejs,npm,bbb-apps-akka,bbb-web,cairosvg,ghostscript,imagemagick,poppler-utils"
OPTS="$OPTS -t deb -d nodejs,npm,bbb-apps-akka,bbb-web,cairosvg,ghostscript,imagemagick,libmagickcore-6.q16-6-extra,poppler-utils"