Codebase list i3-gaps / 0881f839-037f-408d-8098-8f7c771da122/upstream meson_options.txt
0881f839-037f-408d-8098-8f7c771da122/upstream

Tree @0881f839-037f-408d-8098-8f7c771da122/upstream (Download .tar.gz)

meson_options.txt @0881f839-037f-408d-8098-8f7c771da122/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)')