summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2017-11-20 18:41:01 +0200
committerSebastian Dröge <sebastian@centricular.com>2017-11-20 18:44:54 +0200
commit275679cea1042ec77c36096fc52ffbc23e26678d (patch)
treeee95e0a17c13873fd93407e3caad12c2193c73b7 /meson_options.txt
parente5f2b9ac4404c1bc09b6f9ed23a7201329ca4480 (diff)
Add meson configuration for disabling tests and gtk-doc docs
https://bugzilla.gnome.org/show_bug.cgi?id=790626
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 260cb0b..ecc8ad3 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1 +1,3 @@
option('enable-backend', type : 'combo', choices : ['sse', 'mmx', 'neon', 'mips', 'altivec', 'c64x', 'all'], value : 'all')
+option('disable_gtkdoc', type : 'boolean', value : false)
+option('disable_tests', type : 'boolean', value : false)