summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 16265d35d8b37c19d479ae6282e979353a52d999 (plain)
1
2
3
4
5
6
7
option('disable_introspection',
        type : 'boolean', value : false,
        description : 'Whether to disable the introspection generation')
option('with-package-name', type : 'string',
       description : 'package name to use in plugins')
option('with-package-origin', type : 'string', value : 'Unknown package origin',
       description : 'package origin URL to use in plugins')