summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2019-01-04 19:58:47 +0400
committerMarc-André Lureau <marcandre.lureau@redhat.com>2019-01-09 01:01:11 +0400
commitf494335bc34773f27bd9c519b8b383cc011e7528 (patch)
treef14a353e3d551d0e2188adaff3993e8b78936814 /meson_options.txt
parentc01599b5d2d645a38c021b320a45c09957a659ac (diff)
meson: switch lz4 option to auto feature
Contrary to spice server dependency, spice-gtk doesn't have a known minimum version requirement. It looks like all distros we care about have >= v1.7.3 https://repology.org/metapackage/lz4/versions Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Acked-by: Christophe Fergeau <cfergeau@redhat.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 05ca407..5d48a2c 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -75,8 +75,7 @@ option('alignment-checks',
description : 'Enable runtime checks for cast alignment')
option('lz4',
- type : 'boolean',
- value : true,
+ type : 'feature',
description: 'Enable lz4 compression support')
option('sasl',