1# SPDX-License-Identifier: LGPL-2.1 2# 3# Copyright (c) 2023 Daniel Wagner, SUSE LLC 4 5option('htmldir', type : 'string', value : 'share/doc/libtracefs-doc', 6 description : 'directory for HTML documentation') 7option('asciidoctor', type : 'boolean', value: false, 8 description : 'use asciidoctor instead of asciidoc') 9option('docbook-xls-172', type : 'boolean', value : false, 10 description : 'enable docbook XLS 172 workaround') 11option('asciidoc-no-roff', type : 'boolean', value : false, 12 description : 'enable no roff workaround') 13option('man-bold-literal', type : 'boolean', value : false, 14 description : 'enable bold literals') 15option('docbook-suppress-sp', type : 'boolean', value : false, 16 description : 'docbook suppress sp') 17option('doc', type : 'boolean', value: true, 18 description : 'produce documentation') 19option('samples', type : 'boolean', value: true, 20 description : 'build samples') 21option('utest', type : 'boolean', value: true, 22 description : 'build utest') 23