From ef5924aa313d1892bb491c870ba3c429454dfc76 Mon Sep 17 00:00:00 2001 From: Norbert Lange Date: Sun, 12 Apr 2020 01:09:05 +0200 Subject: coredump: add zstandard support for coredumps this will hook libzstd into coredump, using this format as default. --- meson_options.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meson_options.txt') 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'], -- cgit v1.2.1