[evince/wip/gpoo/always-enable-pdf] build: Always enable the pdf backend
- From: Germán Poo-Caamaño <gpoo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince/wip/gpoo/always-enable-pdf] build: Always enable the pdf backend
- Date: Fri, 15 Jul 2022 20:04:14 +0000 (UTC)
commit 0caa2ec170f9c4f5e94cbf7dcf81b30b19dd85f6
Author: Germán Poo-Caamaño <gpoo gnome org>
Date: Fri Jul 15 15:54:28 2022 -0400
build: Always enable the pdf backend
Since Evince 42.0 we became more aggressive to bump poppler's version,
and let users use the improvements in PDF rendering.
Additionally, pdf is likely the most used file format. It makes sense
to attempt to enable it by default, and let the user force to disable
it if they please.
meson_options.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson_options.txt b/meson_options.txt
index c7b0d6ebb..ddff7485e 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -9,7 +9,7 @@ option('nautilus', type: 'boolean', value: true, description: 'whether Nautilus
option('comics', type: 'feature', value: 'auto', description: 'whether Comics support is requested')
option('djvu', type: 'feature', value: 'auto', description: 'whether DJVU support is requested')
option('dvi', type: 'feature', value: 'auto', description: 'whether DVI support is requested')
-option('pdf', type: 'feature', value: 'auto', description: 'whether PDF support is requested')
+option('pdf', type: 'feature', value: 'enabledt c', description: 'whether PDF support is requested')
option('ps', type: 'feature', value: 'disabled', description: 'whether PS support is requested')
option('tiff', type: 'feature', value: 'auto', description: 'whether TIFF support is requested')
option('xps', type: 'feature', value: 'auto', description: 'whether XPS support is requested')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]