diff options
Diffstat (limited to 'ci/build.sh')
-rwxr-xr-x | ci/build.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ci/build.sh b/ci/build.sh index c50bb7f2..e6b1123a 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -13,6 +13,12 @@ case "${VENDORDIR-}" in ;; esac +case "${USE_LOGIND-}" in + yes) + opts="$opts -Dlogind=enabled" + ;; +esac + case "${USE_OPENSSL-}" in yes) opts="$opts -Dopenssl=enabled" |