diff options
author | David Robillard <d@drobilla.net> | 2024-10-01 17:42:46 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-10-01 17:42:46 -0400 |
commit | dc2c434fdb4c77a7cd14e22d2624c0ee879ca029 (patch) | |
tree | 55a78695fc191c805f6aab4425eaa1f8deaf05f0 | |
parent | 676312f757ab666fbfa459d7ec562ba4168e771b (diff) | |
download | pugl-dc2c434fdb4c77a7cd14e22d2624c0ee879ca029.tar.gz pugl-dc2c434fdb4c77a7cd14e22d2624c0ee879ca029.tar.bz2 pugl-dc2c434fdb4c77a7cd14e22d2624c0ee879ca029.zip |
Make "docs" option yieldable
-rw-r--r-- | meson_options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt index faab87a..9e699a8 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,4 +1,4 @@ -# Copyright 2021-2023 David Robillard <d@drobilla.net> +# Copyright 2021-2024 David Robillard <d@drobilla.net> # SPDX-License-Identifier: 0BSD OR ISC option('cairo', type: 'feature', @@ -7,7 +7,7 @@ option('cairo', type: 'feature', option('examples', type: 'feature', yield: true, description: 'Build example programs') -option('docs', type: 'feature', +option('docs', type: 'feature', yield: true, description: 'Build documentation') option('docs_cpp', type: 'boolean', value: false, |