aboutsummaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-01-20 15:53:52 -0500
committerDavid Robillard <d@drobilla.net>2023-01-20 15:53:52 -0500
commit1f68d229aaa163d9cb42c7784d20a44463066af9 (patch)
tree0574d48c078ca90516d8dd6a3d773ec675303729 /meson_options.txt
parent33d8d2f16109745dd2ea10d7cd800a7909b6300a (diff)
downloadpugl-1f68d229aaa163d9cb42c7784d20a44463066af9.tar.gz
pugl-1f68d229aaa163d9cb42c7784d20a44463066af9.tar.bz2
pugl-1f68d229aaa163d9cb42c7784d20a44463066af9.zip
Replace duplicated dox_to_sphinx script with sphinxygen dependency
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 6437b33..eac6969 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -10,8 +10,8 @@ option('examples', type: 'feature', value: 'auto', yield: true,
option('docs', type: 'feature', value: 'auto',
description: 'Build documentation')
-option('docs_cpp', type: 'feature', value: 'disabled',
- description: 'Build C++ wrapper documentation')
+option('docs_cpp', type: 'boolean', value: false,
+ description: 'Attempt to build C++ documentation for development')
option('opengl', type: 'feature', value: 'auto',
description : 'Enable support for the OpenGL graphics API')