summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: ce443772b0172642dc57a6b45a4fc207c30e1b5c (plain)
1
2
3
4
5
6
7
8
9
option('autotools_support',
       type: 'boolean', value: true,
       description: 'Install autotools macros')
option('cmake_support',
       type: 'boolean', value: true,
       description: 'Install CMake macros')
option('yelp_manual',
       type: 'boolean', value: true,
       description: 'Build the user manual (requires yelp-tools)')