summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..79c1de1
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,23 @@
+option('fdgl', type: 'feature', value: 'auto', yield: true,
+ description: 'Build with force-directed graph layout support')
+
+option('gir', type: 'feature', value: 'auto', yield: true,
+ description: 'Build GObject introspection data')
+
+option('graphviz', type: 'feature', value: 'auto', yield: true,
+ description: 'Build with graphviz-based layout support')
+
+option('light', type: 'boolean', value: 'false', yield: true,
+ description: 'Use light-coloured theme')
+
+option('nls', type: 'feature', value: 'auto', yield: true,
+ description: 'Build with native language support')
+
+option('strict', type: 'boolean', value: false, yield: true,
+ description: 'Enable ultra-strict warnings')
+
+option('title', type: 'string', value: 'Ganv',
+ description: 'Project title')
+
+option('tools', type: 'boolean', value: true, yield: true,
+ description: 'Build command line utilities')