Codebase list i3-gaps / abeb4c4c-35f7-44b3-961f-efafcc45e92a/upstream meson_options.txt
abeb4c4c-35f7-44b3-961f-efafcc45e92a/upstream

Tree @abeb4c4c-35f7-44b3-961f-efafcc45e92a/upstream (Download .tar.gz)

meson_options.txt @abeb4c4c-35f7-44b3-961f-efafcc45e92a/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)')