chiark / gitweb /
build-sys: bootctl depends on HAVE_BLKID
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 22 Feb 2015 09:28:34 +0000 (10:28 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Sun, 22 Feb 2015 09:28:34 +0000 (10:28 +0100)
Makefile.am

index ba63f681d1e1e76563927f9b83870a6c97408921..8c7d000a288481c562e797b14bcb98234fae9b6f 100644 (file)
@@ -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