Merging upstream version 2.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
888be815c6
commit
e4376063b0
521 changed files with 21541 additions and 21644 deletions
8
meson_options.txt
Normal file
8
meson_options.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
option('udevrulesdir', type : 'string', value : 'etc/udev/rules.d', description : 'directory for udev rules files')
|
||||
option('dracutrulesdir', type : 'string', value : 'lib/dracut/dracut.conf.d/', description : 'directory for dracut rules files')
|
||||
option('systemddir', type : 'string', value : 'lib/systemd/', description : 'directory for systemd files')
|
||||
option('htmldir', type : 'string', value : '', description : 'directory for HTML documentation')
|
||||
option('systemctl', type : 'string', value : '/usr/bin/systemctl', description : 'path to systemctl binary')
|
||||
|
||||
option('docs', type : 'combo', choices : ['false', 'html', 'man', 'all'], description : 'install documentation')
|
||||
option('docs-build', type : 'boolean', value : false, description : 'build documentation')
|
Loading…
Add table
Add a link
Reference in a new issue