mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-08 05:38:04 +02:00
docs: Disable fop documentation by default
fop is used to generate the pdf and ps formats of the documentation. This can significantly slow down the build, especially when creating all the compose key charts. Since few people probably want the full set of doc formats, set the default to 'no'. The default parameter for XORG_WITH_FOP is only available in recent macros. Users generating configure from older macros will just get 'auto' as the default. Signed-off-by: Dan Nicholson <dbn.lists@gmail.com> Reviewed-by: Gaetan Nadon <memsize@videotron.ca> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
03877bda91
commit
1ec89689fc
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ XORG_MACROS_VERSION(1.10)
|
|||
XORG_DEFAULT_OPTIONS
|
||||
XORG_ENABLE_SPECS
|
||||
XORG_WITH_XMLTO(0.0.20)
|
||||
XORG_WITH_FOP
|
||||
XORG_WITH_FOP([no])
|
||||
XORG_CHECK_SGML_DOCTOOLS(1.5)
|
||||
XORG_PROG_RAWCPP
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue