added libxcb-xinerama0 to the needed dependencies (seems to be required by Qt5Gui)

preferencesAboutTextFull
Clément Fauconnier 3 years ago
parent 32ae89197a
commit aaba5780b6
  1. 1
      release_scripts/linux/package.sh

@ -374,6 +374,7 @@ if $BUNDLE_QT; then
echo -n ", libxcb-xkb1" >> "$CONTROL_FILE"
echo -n ", libxcb-image0" >> "$CONTROL_FILE"
echo -n ", libxcb-render-util0" >> "$CONTROL_FILE"
echo -n ", libxcb-xinerama0" >> "$CONTROL_FILE"
else
echo -n ", libqt5multimedia5-plugins" >> "$CONTROL_FILE"
fi

Loading…
Cancel
Save