From 563217eb9ebf78614545758a59c977ed464b6f24 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 22 Feb 2015 10:28:34 +0100 Subject: [PATCH] build-sys: bootctl depends on HAVE_BLKID --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.30.2