summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorNorbert Lange <nolange79@gmail.com>2020-04-12 01:09:05 +0200
committerNorbert Lange <nolange79@gmail.com>2020-05-04 10:59:43 +0200
commitef5924aa313d1892bb491c870ba3c429454dfc76 (patch)
tree2d9a06a24a82da458b5886e8c56cf133c77ccb0d /meson_options.txt
parent2d4f8cf467b6825c91276808250823a29ab461fe (diff)
downloadsystemd-ef5924aa313d1892bb491c870ba3c429454dfc76.tar.gz
coredump: add zstandard support for coredumps
this will hook libzstd into coredump, using this format as default.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 104a7ea043..0229179c99 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -316,6 +316,8 @@ option('xz', type : 'combo', choices : ['auto', 'true', 'false'],
description : 'xz compression support')
option('lz4', type : 'combo', choices : ['auto', 'true', 'false'],
description : 'lz4 compression support')
+option('zstd', type : 'combo', choices : ['auto', 'true', 'false'],
+ description : 'zstd compression support')
option('xkbcommon', type : 'combo', choices : ['auto', 'true', 'false'],
description : 'xkbcommon keymap support')
option('pcre2', type : 'combo', choices : ['auto', 'true', 'false'],