From a65077b08a4925142eec0b714ddb1b38520d3276 Mon Sep 17 00:00:00 2001 From: Christoph Haag <christoph.haag@collabora.com> Date: Fri, 21 Aug 2020 13:17:52 +0200 Subject: [PATCH] build: Enable cylinder layer in Meson build --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 8f7605b37..2b8e1e13b 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -87,7 +87,7 @@ option('layer_cube', option('layer_cylinder', type: 'boolean', - value: false, + value: true, description: 'Enable support for Cylinder Layers' )