fontconfig: add --disable-docs to configure (#1729)
This commit is contained in:

committed by
Todd Gamblin

parent
f0192edf0d
commit
26d45bc106
@@ -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")
|
||||||
|
Reference in New Issue
Block a user