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:
parent
620014f978
commit
5b12b35265
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user