There was an error while loading. Please reload this page.
1 parent 9bd2254 commit 229098bCopy full SHA for 229098b
1 file changed
Script/build_linux.sh
@@ -448,7 +448,7 @@ pushd $REPO_ROOT/Script
448
if [ $DEB -eq 1 ]; then
449
echo_status "build deb package ......"
450
451
- depend_para=" --qxmpp"
+ depend_para="--qxmpp --zxing-cpp"
452
./build_depend.sh --system_update --base --default \
453
--rabbitcommon ${depend_para} \
454
--install=${INSTALL_DIR} \
@@ -484,7 +484,7 @@ if [ $APPIMAGE -eq 1 ]; then
484
*)
485
esac
486
487
+ depend_para="--zxing-cpp --qxmpp"
488
489
export RabbitCommon_ROOT=${SOURCE_DIR}/RabbitCommon
490
export BUILD_FREERDP=ON
0 commit comments