Skip to content

Commit 56b2ecc

Browse files
committed
Don't build Fontconfig docs
Fixes servo#1790
1 parent 38be1db commit 56b2ecc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,7 @@ do
686686
CONFIGURE_SCRIPT="${CFG_SRC_DIR}src/${i}/autogen.sh"
687687
CONFIGURE_ARGS="${CONFIGURE_ARGS} --sysconfdir=/etc"
688688
CONFIGURE_ARGS="${CONFIGURE_ARGS} --localstatedir=/var"
689+
CONFIGURE_ARGS="${CONFIGURE_ARGS} --disable-docs"
689690
CONFIGURE_ARGS="${CONFIGURE_ARGS} --disable-shared" # work around Rust #12557
690691
if [ -f /etc/redhat-release ]; then
691692
# Some RedHat-based distros (including our CentOS 6 build machines) are missing

0 commit comments

Comments
 (0)