diff --git a/contrib/ci/dependencies.xml b/contrib/ci/dependencies.xml
index 3281b57f8..6cdc5d852 100644
--- a/contrib/ci/dependencies.xml
+++ b/contrib/ci/dependencies.xml
@@ -1186,6 +1186,11 @@
+
+
+
+
+
diff --git a/contrib/ci/void.sh b/contrib/ci/void.sh
index cece09a79..81739897a 100755
--- a/contrib/ci/void.sh
+++ b/contrib/ci/void.sh
@@ -12,12 +12,9 @@ xbps-install -Suy python3
#build
rm -rf build
meson build \
- -Dman=false \
- -Ddocs=none \
-Dgusb:tests=false \
-Dgcab:docs=false \
-Dconsolekit=false \
-Dsystemd=false \
- -Db_lto=false \
-Delogind=true
ninja -C build test -v