summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: e01317c0edb2e604f93b18f5422268c24214e6e8 (plain)
1
2
3
4
5
6
7
option('package-name', type : 'string', yield : true,
       description : 'package name to use in plugins')
option('package-origin', type : 'string',
       value : 'Unknown package origin', yield : true,
       description : 'package origin URL to use in plugins')
option('doc', type : 'feature', value : 'auto', yield: true,
       description: 'Enable documentation.')