diff options
author | Oz Tiram <[email protected]> | 2025-03-30 15:31:31 +0200 |
---|---|---|
committer | Luke from DC <[email protected]> | 2025-04-04 22:19:13 +0000 |
commit | 27fc5fef126e173d922db3aa22df12ed6a4aa6ea (patch) | |
tree | b0675d3fc996edff7d192910966ad6a949ab9bfe | |
parent | b1f21edcec82c25cbd6b59b521a841f86fb1f327 (diff) | |
download | atril-27fc5fef126e173d922db3aa22df12ed6a4aa6ea.tar.bz2 atril-27fc5fef126e173d922db3aa22df12ed6a4aa6ea.tar.xz |
meson: make ps and epub optional backends
G# with '#' will be ignored, and an empty message aborts the commit.
-rw-r--r-- | meson_options.txt | 4 |
1 files 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', |