package/pango: disable gtk-docs (#9896)
This commit is contained in:
parent
71464a8b0a
commit
000bb8ca39
@ -42,6 +42,15 @@ def configure_args(self):
|
||||
args.append('--with-xft')
|
||||
else:
|
||||
args.append('--without-xft')
|
||||
|
||||
# disable building of gtk-doc files following #9885 and #9771
|
||||
args.append('--disable-gtk-doc-html')
|
||||
true = which('true')
|
||||
args.append('GTKDOC_CHECK={0}'.format(true))
|
||||
args.append('GTKDOC_CHECK_PATH={0}'.format(true))
|
||||
args.append('GTKDOC_MKPDF={0}'.format(true))
|
||||
args.append('GTKDOC_REBASE={0}'.format(true))
|
||||
|
||||
return args
|
||||
|
||||
def install(self, spec, prefix):
|
||||
|
Loading…
Reference in New Issue
Block a user