summaryrefslogtreecommitdiff
path: root/meson.options
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-11-30 22:12:49 +0000
committerJohn Turner <jturner.usa@gmail.com>2025-11-30 22:12:49 +0000
commitabf784a784c6e9282dbfbe269670da0284556a7d (patch)
treefde86bc0c197e0e57a6061af84e6320e9db1f718 /meson.options
parent13a6ab5d21888428a13d57fa1ce6f6fdd84ddf14 (diff)
downloadgentoo-utils-abf784a784c6e9282dbfbe269670da0284556a7d.tar.gz
add some docs
Diffstat (limited to 'meson.options')
-rw-r--r--meson.options3
1 files changed, 2 insertions, 1 deletions
diff --git a/meson.options b/meson.options
index cf0463a..bc9c8a8 100644
--- a/meson.options
+++ b/meson.options
@@ -1,2 +1,3 @@
option('fuzz', type: 'feature', value: 'disabled')
-option('tests', type: 'feature', value: 'disabled') \ No newline at end of file
+option('tests', type: 'feature', value: 'disabled')
+option('docs', type: 'feature', value: 'disabled') \ No newline at end of file