Skip to content
Snippets Groups Projects
Commit 26d45bc1 authored by Jeffrey Salmond's avatar Jeffrey Salmond Committed by Todd Gamblin
Browse files

fontconfig: add --disable-docs to configure (#1729)

parent f0192edf
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,9 @@ class Fontconfig(Package): ...@@ -36,7 +36,9 @@ class Fontconfig(Package):
depends_on('libxml2') depends_on('libxml2')
def install(self, spec, prefix): def install(self, spec, prefix):
configure("--prefix=%s" % prefix, "--enable-libxml2") configure("--prefix=%s" % prefix,
"--enable-libxml2",
"--disable-docs")
make() make()
make("install") make("install")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment