doc: add docdir option

As patched in Gentoo.

Fixes #1057
This commit is contained in:
Niklāvs Koļesņikovs 2021-04-15 21:45:53 +03:00 committed by Wim Taymans
parent 74140abada
commit 4bfa4a3964
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,6 @@
option('docdir',
type : 'string',
description : 'Directory for installing documentation to (defaults to pipewire_datadir/doc/meson.project_name() )')
option('docs',
description: 'Build documentation',
type: 'feature',