Codebase list i3-gaps / 45d56664-73be-460d-8b25-6910c24fc6ca/upstream meson_options.txt
45d56664-73be-460d-8b25-6910c24fc6ca/upstream

Tree @45d56664-73be-460d-8b25-6910c24fc6ca/upstream (Download .tar.gz)

meson_options.txt @45d56664-73be-460d-8b25-6910c24fc6ca/upstreamraw · 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)')