summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2017-04-28 18:19:56 +0200
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2017-05-24 16:03:52 -0300
commit8d71b495daa8b851be54fc300b1ab94114443275 (patch)
treedbeb229bea52a12a6b01d35480621fc675fb09df /meson_options.txt
parente6e36962ce417f4f1cea44749299a1ea6b7994e4 (diff)
downloadgnome-todo-8d71b495daa8b851be54fc300b1ab94114443275.tar.gz
project: Port to meson build system
https://bugzilla.gnome.org/show_bug.cgi?id=781908
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 00000000..38cc32d6
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,11 @@
+option('enable-nls', type: 'boolean', value: false, description: 'use Native Language Support')
+option('enable-eds-plugin', type: 'boolean', value: true, description: 'enable Evolution-Data-Server plugin')
+option('enable-background-plugin', type: 'boolean', value: true, description: 'enable Run In Background plugin')
+option('enable-dark-theme-plugin', type: 'boolean', value: true, description: 'enable Dark theme plugin')
+option('enable-scheduled-panel-plugin', type: 'boolean', value: true, description: 'enable Scheduled Panel plugin')
+option('enable-score-plugin', type: 'boolean', value: true, description: 'enable Score plugin')
+option('enable-today-panel-plugin', type: 'boolean', value: true, description: 'enable Today Panel plugin')
+option('enable-unscheduled-panel-plugin', type: 'boolean', value: true, description: 'enable Unscheduled Tasks Panel plugin')
+option('enable-todo-txt-plugin', type: 'boolean', value: true, description: 'enable Todo.Txt plugin')
+option('enable-gtk-doc', type: 'boolean', value: false, description: 'use gtk-doc to build documentation')
+option('enable-introspection', type: 'boolean', value: true, description: 'Enable GObject Introspection (depends on GObject)')