Skip to content

Commit 229098b

Browse files
authored
Add zxing-cpp dependency to build script
1 parent 9bd2254 commit 229098b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Script/build_linux.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ pushd $REPO_ROOT/Script
448448
if [ $DEB -eq 1 ]; then
449449
echo_status "build deb package ......"
450450

451-
depend_para=" --qxmpp"
451+
depend_para="--qxmpp --zxing-cpp"
452452
./build_depend.sh --system_update --base --default \
453453
--rabbitcommon ${depend_para} \
454454
--install=${INSTALL_DIR} \
@@ -484,7 +484,7 @@ if [ $APPIMAGE -eq 1 ]; then
484484
*)
485485
esac
486486

487-
depend_para=" --qxmpp"
487+
depend_para="--zxing-cpp --qxmpp"
488488

489489
export RabbitCommon_ROOT=${SOURCE_DIR}/RabbitCommon
490490
export BUILD_FREERDP=ON

0 commit comments

Comments
 (0)