You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
 
i3/meson_options.txt

10 lines
429 B

# -*- 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)')