From 52694f8e0236668b4bfbcd841d2e6b5c0c2d779e Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jeremy@system76.com>
Date: Wed, 23 Dec 2020 13:31:49 -0700
Subject: [PATCH] Disable fontconfig docs

---
 recipes/fontconfig/recipe.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes/fontconfig/recipe.sh b/recipes/fontconfig/recipe.sh
index 645dd8b67..7996d983c 100755
--- a/recipes/fontconfig/recipe.sh
+++ b/recipes/fontconfig/recipe.sh
@@ -23,6 +23,7 @@ function recipe_build {
 	    --prefix=/ \
 	    --disable-shared \
 	    --enable-static \
+	    --disable-docs \
 	    ac_cv_func_XML_SetDoctypeDeclHandler=yes
 	"$REDOX_MAKE" -j"$($NPROC)"
     	skip=1
-- 
GitLab