Codebase list i3-gaps / 672f3c58-155c-42dc-b3e5-1f6de17378e0/main meson_options.txt
672f3c58-155c-42dc-b3e5-1f6de17378e0/main

Tree @672f3c58-155c-42dc-b3e5-1f6de17378e0/main (Download .tar.gz)

meson_options.txt @672f3c58-155c-42dc-b3e5-1f6de17378e0/mainraw · 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)')