~vcs-imports/dconf/master

« back to all changes in this revision

Viewing changes to meson_options.txt

  • Committer: Daniel Playfair Cal
  • Date: 2018-08-14 11:03:47 UTC
  • mto: This revision was merged to the branch mainline in revision 806.
  • Revision ID: git-v1:01cb4e826f16b5b274c4525d8ddc11703142db3d
Revert "Merge branch 'fix/build-gtk-doc' into 'master'"

This reverts merge request !18

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
option('bash_completion', type: 'boolean', value: true, description: 'install bash completion files')
2
2
option('man', type: 'boolean', value: true, description: 'generate man pages')
3
 
option('enable-gtk-doc', type: 'boolean', value: false, description: 'use gtk-doc to build documentation')
 
3
option('gtk_doc', type: 'boolean', value: false, description: 'use gtk-doc to build documentation')