You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
690 B

  1. From a737572aa4b7a50fd9ac3f54245e40fd5cd2609d Mon Sep 17 00:00:00 2001
  2. From: Glenn Strauss <gstrauss@gluelogic.com>
  3. Date: Wed, 3 Feb 2021 00:35:34 -0500
  4. Subject: [PATCH] [meson] add with_zstd to meson_options.txt
  5. Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
  6. ---
  7. meson_options.txt | 5 +++++
  8. 1 file changed, 5 insertions(+)
  9. --- a/meson_options.txt
  10. +++ b/meson_options.txt
  11. @@ -148,6 +148,11 @@ option('with_zlib',
  12. value: true,
  13. description: 'with deflate-support for mod_deflate [default: on]',
  14. )
  15. +option('with_zstd',
  16. + type: 'boolean',
  17. + value: false,
  18. + description: 'with zstd-support for mod_deflate [default: off]',
  19. +)
  20. option('build_extra_warnings',
  21. type: 'boolean',