summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 5f32b033ecacac3a0436ca50168e584d9823de19 (plain)
1
2
3
4
5
6
option('disable_introspection',
        type : 'boolean', value : false,
        description : 'Whether to disable the introspection generation')
option('disable_gtkdoc',
        type : 'boolean', value : false,
        description : 'Whether to disable the documentation generation')