summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
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 1a7b4ecf52..dd7e7d5892 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,6 +1,9 @@
##############################################################################
# General Options
+option('devenv-config-dir', type : 'string',
+ description : 'config directory for running a devenv (defaults to a subdirectory of buildroot)')
+
option('doc', type : 'boolean', value : false,
description : 'build documentation with gtk-doc')