1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-09-10 12:03:18 +02:00

Build: build without dbus if enable_libwrap is not specified

Change-Id: I8819b193b83f7ee051d78d30990db40e3f295354
This commit is contained in:
lcoursodon 2023-09-05 13:39:23 -04:00 committed by Andreas Traczyk
parent 6f8f96edfd
commit 63c3d0bf2e

View file

@ -125,6 +125,8 @@ else
if [[ "$OSTYPE" != "darwin"* ]]; then
CONFIGURE_FLAGS+=" --disable-shared"
fi
else
CONFIGURE_FLAGS+="--without-dbus"
fi
BUILD_TYPE="Release"