From dc2c434fdb4c77a7cd14e22d2624c0ee879ca029 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 1 Oct 2024 17:42:46 -0400 Subject: Make "docs" option yieldable --- meson_options.txt | 4 ++-- 1 file 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 +# Copyright 2021-2024 David Robillard # 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, -- cgit v1.2.1