Skip to content

Commit db5347a

Browse files
committed
meson: disable documentation by default
libwacom's documentation is based on doxygen and thus designed to be consumed online - we now have this in github pages. So let's disable the documentation build by default. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1 parent 74eb87d commit db5347a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson_options.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
option('documentation',
22
type: 'feature',
3-
value: 'auto',
3+
value: 'disabled',
44
description: 'Build doxygen documentation [default=auto]')
55
option('udev-dir',
66
type: 'string',

0 commit comments

Comments
 (0)