Codebase list i3-gaps / 2b2d3e9 meson_options.txt
2b2d3e9

Tree @2b2d3e9 (Download .tar.gz)

meson_options.txt @2b2d3e9raw · history · blame

# -*- mode: meson -*-

option('docs', type: 'boolean', value: false,
       description: 'Build documentation from source (release tarballs contain a generated copy)')

option('mans', type: 'boolean', value: false,
       description: 'Build manpages from source (release tarballs contain a generated copy)')

option('docdir', type: 'string', value: '',
       description: 'documentation directory (default: $datadir/docs/i3)')