From 37b416c152ed833dcc55c84068c77eb713748d24 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Mon, 4 Nov 2024 22:55:18 -0500 Subject: doc: make PDF documentation optional While building any documentation requires xsltproc, only the PDF documentation requires fop, which is dependency-heavy, and not always available (e.g. it is not included in RHEL). This allows the HTML documentation to be built while skipping the PDFs. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index e3d8cc2a..664bd126 100644 --- a/meson.build +++ b/meson.build @@ -502,7 +502,7 @@ if enable_docs endif prog_fop = find_program( 'fop', - required: feature_docs, + required: false, disabler: true, ) -- cgit v1.2.3