diff options
| author | allusive-dev <[email protected]> | 2023-11-16 09:03:22 +1100 |
|---|---|---|
| committer | allusive-dev <[email protected]> | 2023-11-16 09:03:22 +1100 |
| commit | 81a816f2f046d454e01c8f46873e4eb9a65ef07d (patch) | |
| tree | d58ae93c98a4ceedd0c0d67c896b72fe9f30216f | |
| parent | Hide more GL warnings (diff) | |
| download | compfy-81a816f2f046d454e01c8f46873e4eb9a65ef07d.tar.xz compfy-81a816f2f046d454e01c8f46873e4eb9a65ef07d.zip | |
make docs build by default
| -rw-r--r-- | meson_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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') |