aboutsummaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMeyer, Wolfgang <Wolfgang.Meyer@gossenmetrawatt.com>2022-09-16 18:45:58 +0200
committerGerd Hoffmann <gerd@kraxel.org>2023-09-19 12:14:09 +0200
commit0d69322974f55d3884e036da9d6f713e96763f35 (patch)
tree1f0c76a58168aa56bca184d140391d36c48a4ad9 /meson_options.txt
parent68c270c6a057e8f35c995fdb32616159bd2558e5 (diff)
downloadfbida-0d69322974f55d3884e036da9d6f713e96763f35.tar.gz
meson.build: make fbpdf build optional
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index ce37188..74699ab 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -3,3 +3,4 @@ option('png', type: 'feature', value : 'enabled')
option('tiff', type: 'feature', value : 'enabled')
option('webp', type: 'feature', value : 'disabled')
option('motif', type: 'feature', value : 'disabled')
+option('pdf', type: 'feature', value : 'enabled')