diff options
Diffstat (limited to 'devel/stc/files/patch-meson__options.txt')
-rw-r--r-- | devel/stc/files/patch-meson__options.txt | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/devel/stc/files/patch-meson__options.txt b/devel/stc/files/patch-meson__options.txt new file mode 100644 index 000000000000..50a03aeb95a1 --- /dev/null +++ b/devel/stc/files/patch-meson__options.txt @@ -0,0 +1,29 @@ +--- meson_options.txt.orig 2025-01-14 15:37:45 UTC ++++ meson_options.txt +@@ -5,10 +5,10 @@ option( + description: 'Build checkscoped tool for c_guard* blocks', + ) + option( +- 'tests', ++ 'docs', + type: 'feature', + value: 'auto', +- description: 'Build tests and ctest', ++ description: 'Build documentation', + ) + option( + 'examples', +@@ -16,5 +16,12 @@ option( + value: 'auto', + description: 'Build examples', + ) ++option( ++ 'tests', ++ type: 'feature', ++ value: 'auto', ++ description: 'Build tests and ctest', ++) + +-option('docdir', type: 'string', description: 'documentation directory') ++option('docsdir', type: 'string', description: 'documentation directory') ++option('examplesdir', type: 'string', description: 'examples directory') |