From 27fc5fef126e173d922db3aa22df12ed6a4aa6ea Mon Sep 17 00:00:00 2001 From: Oz Tiram Date: Sun, 30 Mar 2025 15:31:31 +0200 Subject: meson: make ps and epub optional backends G# with '#' will be ignored, and an empty message aborts the commit. --- meson_options.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson_options.txt b/meson_options.txt index d4e9e283..3f25dc32 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -20,7 +20,7 @@ option('t1lib', ) option('epub', type: 'boolean', - value: true, + value: false, description: 'Support for the epub backend' ) option('pdf', @@ -35,7 +35,7 @@ option('pixbuf', ) option('ps', type: 'boolean', - value: true, + value: false, description: 'Support for the PostScript backend' ) option('tiff', -- cgit v1.2.1