[PATCH libX11 3/3] config: restore building pdf with fop by default
Gaetan Nadon
memsize at videotron.ca
Fri Jun 24 07:59:49 PDT 2011
All X.Org documentation in all four formats are build by default.
An expection was introduced by commit 1ec89689fc77 for libX11.
All documentation can be individually disbaled using
--without-docs/specs/deve-docs.
The pdf/ps format can be disabled using --without-fop.
There are sufficient mechanisms for an individual to optimize
the build speed, if that is the concern.
On the other hand, having only one module turning off pdf requires
everyone who do need to build all docs in all formats to know and
remember this exception and configure using --with-fop.
Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 6525c9a..c91ae98 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ XORG_MACROS_VERSION(1.15)
XORG_DEFAULT_OPTIONS
XORG_ENABLE_SPECS
XORG_WITH_XMLTO(0.0.22)
-XORG_WITH_FOP([1.0],[no])
+XORG_WITH_FOP([1.0])
XORG_WITH_XSLTPROC
XORG_CHECK_SGML_DOCTOOLS(1.8)
XORG_PROG_RAWCPP
--
1.7.4.1
More information about the xorg-devel
mailing list