1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-07-01 22:25:26 +02:00

versioning: add build version to debian packaging

GitLab: #2045
Change-Id: If0f8e2fef4ed38ae9cd4238bb725158526d24658
This commit is contained in:
Félix Boucher 2025-05-02 13:07:14 -04:00 committed by François-Simon Fauteux-Chapleau
parent b5a979e6b1
commit e76bcbd555

View file

@ -91,6 +91,7 @@ override_dh_auto_build:
mkdir build && \
cd build && \
cmake \
-DBUILD_VERSION=$(BUILD_VERSION) \
-DCMAKE_INSTALL_PREFIX=/usr \
-DLIBJAMI_BUILD_DIR=$(CURDIR)/daemon/src \
-DENABLE_LIBWRAP=true \