summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2018-11-30 12:41:04 -0300
committerThibault Saunier <tsaunier@igalia.com>2018-11-30 15:40:43 -0300
commit906ee53a36d5b93aa54fbf10fe58b9e4a840b8b5 (patch)
tree18e8bc7a4882f878b499b77243a0e452dc611fd2 /meson_options.txt
parent7bfcaf37099ac095635086fed7e73654ff6be725 (diff)
Add a way to disable xptv support
This formatter is in very bad shape and is generally not useful. It has been deprecated since 1.0... and I bet noone uses it.
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 6fc63ecd..cc9bde34 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -6,3 +6,5 @@ option('tests', type : 'feature', value : 'auto', yield : true,
description : 'Build and enable unit tests')
option('pygi-overrides-dir', type : 'string', value : '',
description: 'Path to pygobject overrides directory')
+option('xptv', type : 'feature', value : 'auto',
+ description : 'Build the deprecated xptv formater') \ No newline at end of file