build: Enable cylinder layer in Meson build

This commit is contained in:
Christoph Haag 2020-08-21 13:17:52 +02:00 committed by Jakob Bornecrantz
parent 6ae15ca5ab
commit a65077b08a

View file

@ -87,7 +87,7 @@ option('layer_cube',
option('layer_cylinder',
type: 'boolean',
value: false,
value: true,
description: 'Enable support for Cylinder Layers'
)