Codebase list i3-gaps / 49b5f10e-4573-4244-bed7-a2d4c39dfbeb/main meson_options.txt
49b5f10e-4573-4244-bed7-a2d4c39dfbeb/main

Tree @49b5f10e-4573-4244-bed7-a2d4c39dfbeb/main (Download .tar.gz)

meson_options.txt @49b5f10e-4573-4244-bed7-a2d4c39dfbeb/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)')