Moved to GitHub
https://github.com/tdemin/i3
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.
10 lines
429 B
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)')
|
|
|