summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2013-10-28 13:38:31 -0400
committerGaetan Nadon <memsize@videotron.ca>2013-12-02 07:49:40 -0500
commit0bc7c0dcca1aec411142ae30fadfd8ae7d9c652c (patch)
tree026396bb8413c26fc133abd2db2cdcaaf97936ae
parent8457bdd05fa7c69cc4f63104e89ab64afc55dd88 (diff)
jhbuild: fontconfig: disable docs building
The building of docs fails. Something to do with not having the right level of DocBook/XML. In the interest of saving time, given this is not a module where X developers are working one, (it is a dependency), simply not build the docs. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--xorg.modules2
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg.modules b/xorg.modules
index 79137dc..ca882e7 100644
--- a/xorg.modules
+++ b/xorg.modules
@@ -9,7 +9,7 @@
href="git://anongit.freedesktop.org/git/"/>
<!-- external modules -->
- <autotools id="fontconfig">
+ <autotools id="fontconfig" autogenargs="--disable-docs">
<branch module="fontconfig"
checkoutdir="fontconfig"/>
</autotools>