summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
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',