From 4e35ada04ffc2458258205e17abba9fa33be22bd Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Sun, 15 Aug 2021 02:08:09 +0300 Subject: [PATCH] fish: don't build docs Building docs fails due to fish_indent not being available. As we don't install docs anyway, simply disable docs build. Signed-off-by: Stijn Tintel --- utils/fish/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/fish/Makefile b/utils/fish/Makefile index 5c937acaf4..389141b117 100644 --- a/utils/fish/Makefile +++ b/utils/fish/Makefile @@ -36,6 +36,8 @@ define Package/fish/description configuration required. endef +CMAKE_OPTIONS += -DBUILD_DOCS=NO + define Package/fish/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/fish $(1)/usr/bin