summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: f1f54a42c30d92da21001cc600267a5610c115bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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)')
option('tests',
       type: 'boolean', value: true,
       description: 'Build the test suite (requires glib)')