From 81a816f2f046d454e01c8f46873e4eb9a65ef07d Mon Sep 17 00:00:00 2001 From: allusive-dev Date: Thu, 16 Nov 2023 09:03:22 +1100 Subject: make docs build by default --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index a53e35a..70c15d0 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -9,7 +9,7 @@ option('dbus', type: 'boolean', value: true, description: 'Enable support for D- option('xrescheck', type: 'boolean', value: false, description: 'Enable X resource leak checker (for debug only)') -option('with_docs', type: 'boolean', value: false, description: 'Build documentation and man pages') +option('with_docs', type: 'boolean', value: true, description: 'Build documentation and man pages') option('modularize', type: 'boolean', value: false, description: 'Build with clang\'s module system') -- cgit v1.2.3