From: Alex Kiernan Date: Sun, 29 Dec 2019 13:23:23 +0000 (+0000) Subject: build: Expose systemd in OSTREE_FEATURES X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~12^2~19^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5c62a7e4d0a5614cacc552052d474fe1768583ec;p=ostree.git build: Expose systemd in OSTREE_FEATURES Signed-off-by: Alex Kiernan --- diff --git a/configure.ac b/configure.ac index 4a752e55..429239f4 100644 --- a/configure.ac +++ b/configure.ac @@ -533,6 +533,7 @@ dnl If we have both, we use the "new /var" model with ostree-system-generator AM_CONDITIONAL(BUILDOPT_SYSTEMD_AND_LIBMOUNT,[test x$with_systemd = xyes && test x$with_libmount = xyes]) AM_COND_IF(BUILDOPT_SYSTEMD_AND_LIBMOUNT, AC_DEFINE([BUILDOPT_LIBSYSTEMD_AND_LIBMOUNT], 1, [Define if systemd and libmount])) +if test x$with_systemd != xno; then OSTREE_FEATURES="$OSTREE_FEATURES systemd"; fi AC_ARG_WITH(builtin-grub2-mkconfig, AS_HELP_STRING([--with-builtin-grub2-mkconfig],