fish: don't build docs 16365/head
authorStijn Tintel <stijn@linux-ipv6.be>
Sat, 14 Aug 2021 23:08:09 +0000 (02:08 +0300)
committerStijn Tintel <stijn@linux-ipv6.be>
Sat, 14 Aug 2021 23:11:31 +0000 (02:11 +0300)
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 <stijn@linux-ipv6.be>
utils/fish/Makefile

index 5c937acaf4bbd45ae92b701d43e93728afe6e59f..389141b1172b77d567bb570b62314e8a0572aead 100644 (file)
@@ -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