From: Marcel Holtmann Date: Sun, 22 Feb 2015 09:28:34 +0000 (+0100) Subject: build-sys: bootctl depends on HAVE_BLKID X-Git-Tag: v219.0~612 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=563217eb9ebf78614545758a59c977ed464b6f24 build-sys: bootctl depends on HAVE_BLKID --- diff --git a/Makefile.am b/Makefile.am index ba63f681d..8c7d000a2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2488,6 +2488,7 @@ systemd_efi_boot_generator_LDADD = \ libsystemd-shared.la # ------------------------------------------------------------------------------ +if HAVE_BLKID bootctl_SOURCES = \ src/boot/bootctl.c @@ -2513,6 +2514,7 @@ dist_bashcompletion_DATA += \ dist_zshcompletion_DATA += \ shell-completion/zsh/_bootctl +endif # ------------------------------------------------------------------------------ if HAVE_GNUEFI