aboutsummaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-11-24 11:44:02 -0500
committerDavid Robillard <d@drobilla.net>2022-11-24 11:44:02 -0500
commit88d6a4572aa136704881e4fdeeecf8bba03e49ea (patch)
treeeb290beb7439365a96a71213a784a20491056070 /meson_options.txt
parentd979edba4cc9d04f930d6290bee9404016fcce10 (diff)
downloadpugl-88d6a4572aa136704881e4fdeeecf8bba03e49ea.tar.gz
pugl-88d6a4572aa136704881e4fdeeecf8bba03e49ea.tar.bz2
pugl-88d6a4572aa136704881e4fdeeecf8bba03e49ea.zip
Add docs_cpp configuration option and disable it by default
Doxygen is now giving parse errors in most places where @copydoc is used. Unfortunately, this setup for bindings with documentation is generally really flaky, and I probably need to figure something else out anyway.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 78856a7..641be76 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -7,6 +7,9 @@ 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('opengl', type: 'feature', value: 'auto',
description : 'Enable support for the OpenGL graphics API')