Codebase list i3-gaps / c27d3c5f-f0ce-4133-8bb8-e28e9cd8adb8/upstream meson_options.txt
c27d3c5f-f0ce-4133-8bb8-e28e9cd8adb8/upstream

Tree @c27d3c5f-f0ce-4133-8bb8-e28e9cd8adb8/upstream (Download .tar.gz)

meson_options.txt @c27d3c5f-f0ce-4133-8bb8-e28e9cd8adb8/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)')