Signed-off-by: Simon McVittie <smcv@collabora.com>
Reviewed-by: Philip Withnall <withnall@endlessm.com>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=101354
set "$@" --enable-developer --enable-tests
# Enable optional features that are off by default
if [ "$ci_host" != mingw ]; then
+ set "$@" --enable-containers
set "$@" --enable-user-session
fi
shift
set "$@" --disable-libaudit --without-valgrind
# Disable optional features, some of which are on by
# default
+ set "$@" --disable-containers
set "$@" --disable-stats
set "$@" --disable-user-session
shift